/external/elfutils/libelf/ |
D | elf_begin.c | 290 == offsetof (struct Elf, state.elf64.scns)); in file_read_elf() 414 elf->state.elf64.ehdr = ehdr; in file_read_elf() 419 elf->state.elf64.ehdr = memcpy (&elf->state.elf64.ehdr_mem, e_ident, in file_read_elf() 424 CONVERT (elf->state.elf64.ehdr_mem.e_type); in file_read_elf() 425 CONVERT (elf->state.elf64.ehdr_mem.e_machine); in file_read_elf() 426 CONVERT (elf->state.elf64.ehdr_mem.e_version); in file_read_elf() 427 CONVERT (elf->state.elf64.ehdr_mem.e_entry); in file_read_elf() 428 CONVERT (elf->state.elf64.ehdr_mem.e_phoff); in file_read_elf() 429 CONVERT (elf->state.elf64.ehdr_mem.e_shoff); in file_read_elf() 430 CONVERT (elf->state.elf64.ehdr_mem.e_flags); in file_read_elf() [all …]
|
D | elf_getshdrstrndx.c | 68 == offsetof (struct Elf, state.elf64.ehdr)); in elf_getshdrstrndx() 70 == sizeof (elf->state.elf64.ehdr)); in elf_getshdrstrndx() 83 : elf->state.elf64.ehdr->e_shstrndx); in elf_getshdrstrndx() 154 if (unlikely (elf->state.elf64.scns.cnt == 0)) in elf_getshdrstrndx() 162 if (elf->state.elf64.scns.data[0].shdr.e64 != NULL) in elf_getshdrstrndx() 164 num = elf->state.elf64.scns.data[0].shdr.e64->sh_link; in elf_getshdrstrndx() 168 size_t offset = elf->state.elf64.ehdr->e_shoff; in elf_getshdrstrndx() 171 && elf->state.elf64.ehdr->e_ident[EI_DATA] == MY_ELFDATA in elf_getshdrstrndx() 208 if (elf->state.elf64.ehdr->e_ident[EI_DATA] != MY_ELFDATA) in elf_getshdrstrndx()
|
D | elf_end.c | 119 == offsetof (struct Elf, state.elf64.rawchunks)) in elf_end() 121 : elf->state.elf64.rawchunks); in elf_end() 133 == offsetof (struct Elf, state.elf64.scns)) in elf_end() 135 : &elf->state.elf64.scns); in elf_end() 191 == offsetof (struct Elf, state.elf64.scns)) in elf_end() 193 : &elf->state.elf64.scns)) in elf_end() 203 == offsetof (struct Elf, state.elf64.shdr)) in elf_end() 205 : (void *) elf->state.elf64.shdr); in elf_end() 211 == offsetof (struct Elf, state.elf64.phdr)) in elf_end() 213 : (void *) elf->state.elf64.phdr); in elf_end()
|
D | elf_getphdrnum.c | 44 if (unlikely (elf->state.elf64.ehdr == NULL)) in __elf_getphdrnum_rdlock() 53 : elf->state.elf64.ehdr->e_phnum); in __elf_getphdrnum_rdlock() 59 : &elf->state.elf64.scns); in __elf_getphdrnum_rdlock() 73 && elf->state.elf64.scns.data[0].shdr.e64 != NULL)) in __elf_getphdrnum_rdlock() 90 : elf->state.elf64.ehdr->e_phoff); in __elf_getphdrnum_chk_rdlock()
|
D | elf_nextscn.c | 56 == offsetof (Elf, state.elf64.scns))) in elf_nextscn() 63 if (elf->state.elf64.scns.cnt > 1) in elf_nextscn() 64 result = &elf->state.elf64.scns.data[1]; in elf_nextscn()
|
D | elf_newscn.c | 57 == offsetof (Elf, state.elf64.scns_last)); in elf_newscn() 59 == offsetof (Elf, state.elf64.scns)); in elf_newscn() 72 == offsetof (Elf, state.elf64.scns)) in elf_newscn() 73 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in elf_newscn()
|
D | gelf_getehdr.c | 60 != offsetof (struct Elf, state.elf64.ehdr)) in __gelf_getehdr_rdlock() 63 if (unlikely (elf->state.elf64.ehdr == NULL)) in __gelf_getehdr_rdlock() 91 result = memcpy (dest, elf->state.elf64.ehdr, sizeof (*dest)); in __gelf_getehdr_rdlock()
|
D | gelf_update_phdr.c | 109 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr() 121 if (ndx >= elf->state.elf64.ehdr->e_phnum in gelf_update_phdr() 122 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
|
D | elf_getident.c | 58 == offsetof (struct Elf, state.elf64.ehdr)) in elf_getident() 60 : elf->state.elf64.ehdr->e_ident); in elf_getident()
|
D | elf_getscn.c | 60 == offsetof (struct Elf, state.elf64.scns)) in elf_getscn() 61 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_getscn()
|
D | elf_getshdrnum.c | 62 == offsetof (Elf, state.elf64.scns)) in __elf_getshdrnum_rdlock() 63 ? &elf->state.elf32.scns : &elf->state.elf64.scns))) in __elf_getshdrnum_rdlock()
|
D | elf_newdata.c | 57 == offsetof (struct Elf, state.elf64.ehdr)) in elf_newdata() 59 : scn->elf->state.elf64.ehdr == NULL) in elf_newdata()
|
D | elf_strptr.c | 75 == offsetof (struct Elf, state.elf64.scns)) in elf_strptr() 76 ? &elf->state.elf32.scns : &elf->state.elf64.scns); in elf_strptr()
|
D | elf_getdata.c | 371 == offsetof (struct Elf, state.elf64.ehdr))) in __libelf_set_rawdata_wrlock() 376 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock() 426 == offsetof (struct Elf, state.elf64.ehdr)) in __libelf_set_data_list_rdlock() 428 : elf->state.elf64.ehdr->e_ident[EI_DATA]), in __libelf_set_data_list_rdlock()
|
D | elf_clone.c | 69 == offsetof (struct Elf, state.elf64.scns)); in elf_clone()
|
D | gelf_update_ehdr.c | 97 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
|
D | gelf_getphdr.c | 106 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_getphdr()
|
D | libelfP.h | 382 } elf64; member
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 100 %elifidn __OUTPUT_FORMAT__,elf64 124 %elifidn __OUTPUT_FORMAT__,elf64 238 %ifidn __OUTPUT_FORMAT__,elf64 388 %elifidn __OUTPUT_FORMAT__,elf64
|
/external/libunwind/src/ |
D | Makefile.am | 81 LIBUNWIND_ELF = libunwind-elf64.la 176 noinst_HEADERS += elf32.h elf64.h elfxx.h 179 libunwind_elf64_la_SOURCES = elf64.c 466 libunwind_aarch64_la_LIBADD += libunwind-elf64.la 499 libunwind_ia64_la_LIBADD = libunwind-elf64.la 548 libunwind_x86_64_la_LIBADD += libunwind-elf64.la 572 libunwind_ppc64_la_LIBADD += libunwind-elf64.la
|
/external/libunwind/ |
D | Android.mk | 220 libunwind_src_files_arm64 += src/elf64.c 221 libunwind_src_files_mips64 += src/elf64.c 222 libunwind_src_files_x86_64 += src/elf64.c
|
D | Android.bp | 362 srcs: ["src/elf64.c"],
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 71 %elifidn __OUTPUT_FORMAT__,elf64 785 %elifidn __OUTPUT_FORMAT__,elf64 832 %elifidn __OUTPUT_FORMAT__,elf64 844 %elifidn __OUTPUT_FORMAT__,elf64
|
/external/libunwind/tests/ |
D | Makefile.am | 143 LIBUNWIND_ELF = $(top_builddir)/src/libunwind-elf64.la
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 300 == offsetof (Elf, state.elf64.ehdr)); in openbackend()
|