Searched refs:elf64 (Results 1 - 25 of 27) sorted by relevance

12

/external/elfutils/0.153/libelf/
H A Delf_getident.c81 == offsetof (struct Elf, state.elf64.ehdr))
83 : elf->state.elf64.ehdr->e_ident);
H A Delf_getshdrstrndx.c85 of `elf32' and `elf64'. */
91 == offsetof (struct Elf, state.elf64.ehdr));
93 == sizeof (elf->state.elf64.ehdr));
106 : elf->state.elf64.ehdr->e_shstrndx);
155 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL)
157 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link;
161 size_t offset = elf->state.elf64.ehdr->e_shoff;
164 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA
186 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA)
H A Delf_getphdrnum.c66 if (unlikely (elf->state.elf64.ehdr == NULL))
75 : elf->state.elf64.ehdr->e_phnum);
81 : &elf->state.elf64.scns);
H A Delf_nextscn.c79 == offsetof (Elf, state.elf64.scns)))
86 if (elf->state.elf64.scns.cnt > 1)
87 result = &elf->state.elf64.scns.data[1];
H A Delf_begin.c300 == offsetof (struct Elf, state.elf64.scns));
412 elf->state.elf64.ehdr = ehdr;
413 elf->state.elf64.shdr
421 elf->state.elf64.scns.data[cnt].index = cnt;
422 elf->state.elf64.scns.data[cnt].elf = elf;
423 elf->state.elf64.scns.data[cnt].shdr.e64 =
424 &elf->state.elf64.shdr[cnt];
425 if (likely (elf->state.elf64.shdr[cnt].sh_offset < maxsize)
426 && likely (maxsize - elf->state.elf64.shdr[cnt].sh_offset
427 <= elf->state.elf64
[all...]
H A Delf_end.c141 == offsetof (struct Elf, state.elf64.rawchunks))
143 : elf->state.elf64.rawchunks);
155 == offsetof (struct Elf, state.elf64.scns))
157 : &elf->state.elf64.scns);
206 == offsetof (struct Elf, state.elf64.scns))
208 : &elf->state.elf64.scns))
218 == offsetof (struct Elf, state.elf64.shdr))
220 : (void *) elf->state.elf64.shdr);
226 == offsetof (struct Elf, state.elf64.phdr))
228 : (void *) elf->state.elf64
[all...]
H A Dgelf_getehdr.c80 position in both the elf32 and elf64 structure. */
82 != offsetof (struct Elf, state.elf64.ehdr))
85 if (unlikely (elf->state.elf64.ehdr == NULL))
113 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest));
H A Delf_getscn.c83 == offsetof (struct Elf, state.elf64.scns))
84 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
H A Delf_getshdrnum.c84 == offsetof (Elf, state.elf64.scns))
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
H A Delf_newdata.c78 == offsetof (struct Elf, state.elf64.ehdr))
80 : scn->elf->state.elf64.ehdr == NULL)
H A Dgelf_getphdr.c132 Elf64_Phdr *phdr = elf->state.elf64.phdr;
146 if (ndx >= elf->state.elf64.ehdr->e_phnum
147 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM
H A Dgelf_update_phdr.c130 Elf64_Phdr *phdr = elf->state.elf64.phdr;
142 if (ndx >= elf->state.elf64.ehdr->e_phnum
143 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM
H A Delf_newscn.c74 /* We rely on the prefix of the `elf', `elf32', and `elf64' element
79 == offsetof (Elf, state.elf64.scns_last));
81 == offsetof (Elf, state.elf64.scns));
94 == offsetof (Elf, state.elf64.scns))
95 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
H A Delf_strptr.c84 == offsetof (struct Elf, state.elf64.scns))
85 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
H A Delf_clone.c90 == offsetof (struct Elf, state.elf64.scns));
H A Dgelf_update_ehdr.c118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr;
H A Delf_getdata.c326 == offsetof (struct Elf, state.elf64.ehdr)))
331 elf->state.elf64.ehdr->e_ident[EI_VERSION];
464 == offsetof (struct Elf, state.elf64.ehdr))
466 : elf->state.elf64.ehdr->e_ident[EI_DATA]),
H A DlibelfP.h391 } elf64; member in union:Elf::__anon21275
/external/qemu/include/disas/
H A Ddisas.h36 struct elf64_sym *elf64; member in union:syminfo::__anon29692
/external/libunwind/
H A DAndroid.mk197 libunwind_src_files_arm64 += src/elf64.c
198 libunwind_src_files_mips64 += src/elf64.c
199 libunwind_src_files_x86_64 += src/elf64.c
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86_abi_support.asm100 %elifidn __OUTPUT_FORMAT__,elf64
124 %elifidn __OUTPUT_FORMAT__,elf64
238 %ifidn __OUTPUT_FORMAT__,elf64
388 %elifidn __OUTPUT_FORMAT__,elf64
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm100 %elifidn __OUTPUT_FORMAT__,elf64
124 %elifidn __OUTPUT_FORMAT__,elf64
238 %ifidn __OUTPUT_FORMAT__,elf64
388 %elifidn __OUTPUT_FORMAT__,elf64
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c323 == offsetof (Elf, state.elf64.ehdr));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm58 %elifidn __OUTPUT_FORMAT__,elf64
617 %elifidn __OUTPUT_FORMAT__,elf64
663 %elifidn __OUTPUT_FORMAT__,elf64
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm58 %elifidn __OUTPUT_FORMAT__,elf64
599 %elifidn __OUTPUT_FORMAT__,elf64
642 %elifidn __OUTPUT_FORMAT__,elf64

Completed in 324 milliseconds

12