HomeSort by relevance Sort by last modified time
    Searched refs:elf64 (Results 1 - 25 of 35) sorted by null

1 2

  /external/elfutils/libelf/
elf_getident.c 58 == offsetof (struct Elf, state.elf64.ehdr))
60 : elf->state.elf64.ehdr->e_ident);
elf_getshdrstrndx.c 62 of `elf32' and `elf64'. */
68 == offsetof (struct Elf, state.elf64.ehdr));
70 == sizeof (elf->state.elf64.ehdr));
83 : elf->state.elf64.ehdr->e_shstrndx);
158 if (unlikely (elf->state.elf64.scns.cnt == 0))
166 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
168 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
172 size_t offset = elf->state.elf64.ehdr->e_shoff;
175 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
216 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA
    [all...]
elf_getphdrnum.c 44 if (unlikely (elf->state.elf64.ehdr == NULL))
53 : elf->state.elf64.ehdr->e_phnum);
59 : &elf->state.elf64.scns);
73 && elf->state.elf64.scns.data[0].shdr.e64 != NULL))
93 : elf->state.elf64.ehdr->e_phoff);
elf_begin.c 318 == offsetof (struct Elf, state.elf64.scns));
442 elf->state.elf64.ehdr = ehdr;
447 elf->state.elf64.ehdr = memcpy (&elf->state.elf64.ehdr_mem, e_ident,
452 CONVERT (elf->state.elf64.ehdr_mem.e_type);
453 CONVERT (elf->state.elf64.ehdr_mem.e_machine);
454 CONVERT (elf->state.elf64.ehdr_mem.e_version);
455 CONVERT (elf->state.elf64.ehdr_mem.e_entry);
456 CONVERT (elf->state.elf64.ehdr_mem.e_phoff);
457 CONVERT (elf->state.elf64.ehdr_mem.e_shoff)
    [all...]
elf_end.c 119 == offsetof (struct Elf, state.elf64.rawchunks))
121 : elf->state.elf64.rawchunks);
133 == offsetof (struct Elf, state.elf64.scns))
135 : &elf->state.elf64.scns);
192 == offsetof (struct Elf, state.elf64.scns))
194 : &elf->state.elf64.scns))
204 == offsetof (struct Elf, state.elf64.shdr))
206 : (void *) elf->state.elf64.shdr);
212 == offsetof (struct Elf, state.elf64.phdr))
214 : (void *) elf->state.elf64.phdr)
    [all...]
gelf_getehdr.c 58 position in both the elf32 and elf64 structure. */
60 != offsetof (struct Elf, state.elf64.ehdr))
63 if (unlikely (elf->state.elf64.ehdr == NULL))
91 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
elf_getshdrnum.c 62 == offsetof (Elf, state.elf64.scns))
63 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
elf_newdata.c 57 == offsetof (struct Elf, state.elf64.ehdr))
59 : scn->elf->state.elf64.ehdr == NULL)
elf_nextscn.c 58 == offsetof (Elf, state.elf64.scns)))
61 list = &elf->state.elf64.scns;
gelf_update_phdr.c 109 Elf64_Phdr *phdr = elf->state.elf64.phdr;
121 if (ndx >= elf->state.elf64.ehdr->e_phnum
122 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM
elf_newscn.c 52 /* We rely on the prefix of the `elf', `elf32', and `elf64' element
57 == offsetof (Elf, state.elf64.scns_last));
59 == offsetof (Elf, state.elf64.scns));
72 == offsetof (Elf, state.elf64.scns))
73 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
elf_getscn.c 60 == offsetof (struct Elf, state.elf64.scns))
61 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
elf_clone.c 69 == offsetof (struct Elf, state.elf64.scns));
gelf_update_ehdr.c 97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr;
elf_strptr.c 92 == offsetof (struct Elf, state.elf64.scns))
93 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
gelf_getphdr.c 106 Elf64_Phdr *phdr = elf->state.elf64.phdr;
elf_getdata.c 385 == offsetof (struct Elf, state.elf64.ehdr)))
390 elf->state.elf64.ehdr->e_ident[EI_VERSION];
440 == offsetof (struct Elf, state.elf64.ehdr))
442 : elf->state.elf64.ehdr->e_ident[EI_DATA]),
  /build/make/core/combo/
TARGET_linux-x86_64.mk 43 TARGET_GLOBAL_YASM_FLAGS := -f elf64 -m amd64
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ArmShellCmdRunAxf.inf 33 elf64.h
  /external/elfutils/backends/
riscv_init.c 72 && ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI)
  /art/runtime/
elf_file.h 109 explicit ElfFile(ElfFileImpl64* elf64);
  /external/u-boot/arch/mips/
config.mk 10 64bit-bfd := elf64-tradbigmips
19 64bit-bfd := elf64-tradlittlemips
  /build/soong/cc/config/
x86_64_fuchsia_device.go 91 return "-f elf64 -m amd64"
  /external/libaom/libaom/aom_ports/
x86_abi_support.asm 103 %elifidn __OUTPUT_FORMAT__,elf64
127 %elifidn __OUTPUT_FORMAT__,elf64
239 %ifidn __OUTPUT_FORMAT__,elf64
389 %elifidn __OUTPUT_FORMAT__,elf64
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 100 %elifidn __OUTPUT_FORMAT__,elf64
124 %elifidn __OUTPUT_FORMAT__,elf64
236 %ifidn __OUTPUT_FORMAT__,elf64
386 %elifidn __OUTPUT_FORMAT__,elf64

Completed in 1280 milliseconds

1 2