/external/elfutils/0.153/libelf/ |
D | elf_begin.c | 300 == offsetof (struct Elf, state.elf64.scns)); in file_read_elf() 412 elf->state.elf64.ehdr = ehdr; in file_read_elf() 413 elf->state.elf64.shdr in file_read_elf() 421 elf->state.elf64.scns.data[cnt].index = cnt; in file_read_elf() 422 elf->state.elf64.scns.data[cnt].elf = elf; in file_read_elf() 423 elf->state.elf64.scns.data[cnt].shdr.e64 = in file_read_elf() 424 &elf->state.elf64.shdr[cnt]; in file_read_elf() 425 if (likely (elf->state.elf64.shdr[cnt].sh_offset < maxsize) in file_read_elf() 426 && likely (maxsize - elf->state.elf64.shdr[cnt].sh_offset in file_read_elf() 427 <= elf->state.elf64.shdr[cnt].sh_size)) in file_read_elf() [all …]
|
D | elf_end.c | 141 == 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.phdr);
|
D | elf_getshdrstrndx.c | 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)
|
D | elf_nextscn.c | 79 == offsetof (Elf, state.elf64.scns))) 86 if (elf->state.elf64.scns.cnt > 1) 87 result = &elf->state.elf64.scns.data[1];
|
D | elf_getphdrnum.c | 66 if (unlikely (elf->state.elf64.ehdr == NULL)) 75 : elf->state.elf64.ehdr->e_phnum); 81 : &elf->state.elf64.scns);
|
D | elf_newscn.c | 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)))
|
D | gelf_getehdr.c | 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));
|
D | gelf_getphdr.c | 132 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
|
D | gelf_update_phdr.c | 130 Elf64_Phdr *phdr = elf->state.elf64.phdr; in gelf_update_phdr() 142 if (ndx >= elf->state.elf64.ehdr->e_phnum in gelf_update_phdr() 143 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
|
D | elf_getident.c | 81 == offsetof (struct Elf, state.elf64.ehdr)) 83 : elf->state.elf64.ehdr->e_ident);
|
D | elf_getscn.c | 83 == offsetof (struct Elf, state.elf64.scns)) 84 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
D | elf_getshdrnum.c | 84 == offsetof (Elf, state.elf64.scns)) 85 ? &elf->state.elf32.scns : &elf->state.elf64.scns)))
|
D | elf_newdata.c | 78 == offsetof (struct Elf, state.elf64.ehdr)) in elf_newdata() 80 : scn->elf->state.elf64.ehdr == NULL) in elf_newdata()
|
D | elf_strptr.c | 84 == offsetof (struct Elf, state.elf64.scns)) 85 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
|
D | elf_getdata.c | 326 == offsetof (struct Elf, state.elf64.ehdr))) in __libelf_set_rawdata_wrlock() 331 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock() 464 == offsetof (struct Elf, state.elf64.ehdr)) 466 : elf->state.elf64.ehdr->e_ident[EI_DATA]),
|
D | elf_clone.c | 90 == offsetof (struct Elf, state.elf64.scns)); in elf_clone()
|
D | gelf_update_ehdr.c | 118 Elf64_Ehdr *ehdr = elf->state.elf64.ehdr; in gelf_update_ehdr()
|
/external/qemu/include/disas/ |
D | disas.h | 36 struct elf64_sym *elf64; member
|
/external/chromium_org/third_party/libvpx/source/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/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 | 197 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/third_party/x86inc/ |
D | x86inc.asm | 58 %elifidn __OUTPUT_FORMAT__,elf64 617 %elifidn __OUTPUT_FORMAT__,elf64 663 %elifidn __OUTPUT_FORMAT__,elf64
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 58 %elifidn __OUTPUT_FORMAT__,elf64 599 %elifidn __OUTPUT_FORMAT__,elf64 642 %elifidn __OUTPUT_FORMAT__,elf64
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/ |
D | SaveRegisters_x86.asm | 57 %elifidn __OUTPUT_FORMAT__,elf64
|