Home
last modified time | relevance | path

Searched defs:ElfPhdr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Delf.go119 type ElfPhdr elf.ProgHeader type
304 func fixElfPhdr(e *ElfPhdr) {
314 func elf64phdr(out *OutBuf, e *ElfPhdr) {
329 func elf32phdr(out *OutBuf, e *ElfPhdr) {
1743 func phsh(ph *ElfPhdr, sh *ElfShdr) {
/aosp_15_r20/frameworks/libs/binary_translation/tiny_loader/include/berberis/tiny_loader/
Delf_types.h39 using ElfPhdr = ElfW(Phdr); variable
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/util/
H A Dminielf.cc47 using ElfPhdr = std::conditional_t<host_cpu::Is64Bit(), Elf64_Phdr, Elf32_Phdr>; typedef