/external/elfutils/libelf/ |
D | elf_getshdrstrndx.c | 179 & (__alignof__ (Elf64_Shdr) - 1)) == 0)) in elf_getshdrstrndx() 184 < sizeof (Elf64_Shdr))) in elf_getshdrstrndx() 193 num = ((Elf64_Shdr *) (elf->map_address + elf->start_offset in elf_getshdrstrndx() 200 Elf64_Shdr shdr_mem; in elf_getshdrstrndx() 204 sizeof (Elf64_Shdr), offset)) in elf_getshdrstrndx() 205 != sizeof (Elf64_Shdr))) in elf_getshdrstrndx()
|
D | elf_compress_gnu.c | 74 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress_gnu() 130 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress_gnu() 195 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress_gnu()
|
D | elf_getscn.c | 80 scn0->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr)); in elf_getscn()
|
D | elf_begin.c | 212 || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)) in get_shnum() 220 & (__alignof__ (Elf64_Shdr) - 1)) == 0)) in get_shnum() 222 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff in get_shnum() 230 memcpy (&size, &((Elf64_Shdr *) ((char *) map_address in get_shnum() 238 + offsetof (Elf64_Shdr, in get_shnum() 268 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result) in get_shnum() 310 else if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf64_Shdr))) in file_read_elf() 486 & (__alignof__ (Elf64_Shdr) - 1)) == 0))) in file_read_elf() 490 < scncnt * sizeof (Elf64_Shdr))) in file_read_elf() 493 = (Elf64_Shdr *) ((char *) ehdr + e_shoff); in file_read_elf()
|
D | elf_newscn.c | 134 result->shdr.e64 = (Elf64_Shdr *) calloc (1, sizeof (Elf64_Shdr)); in elf_newscn()
|
D | libelfP.h | 226 Elf64_Shdr *e64; /* Pointer to 64bit section header. */ 364 Elf64_Shdr *shdr; /* Used when reading from a file. */ 513 extern Elf64_Shdr *__elf64_getshdr_rdlock (Elf_Scn *__scn) internal_function; 515 extern Elf64_Shdr *__elf64_getshdr_wrlock (Elf_Scn *__scn) internal_function;
|
D | gelf_getshdr.c | 85 Elf64_Shdr *shdr in gelf_getshdr()
|
D | elf_compress.c | 377 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress() 466 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress() 517 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress()
|
D | gelf_update_shdr.c | 89 Elf64_Shdr *shdr in gelf_update_shdr()
|
D | elf_getphdrnum.c | 80 Elf64_Shdr *shdr = scn->shdr.e64 ?: __elf64_getshdr_rdlock (scn); in __elf_getphdrnum_rdlock()
|
D | elf_strptr.c | 147 Elf64_Shdr *shdr = strscn->shdr.e64 ?: __elf64_getshdr_rdlock (strscn); in elf_strptr()
|
D | gelf.h | 65 typedef Elf64_Shdr GElf_Shdr;
|
D | libelf.h | 329 extern Elf64_Shdr *elf64_getshdr (Elf_Scn *__scn);
|
D | elf_getdata.c | 238 Elf64_Shdr *shdr in __libelf_set_rawdata_wrlock()
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | elf.c | 89 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr), in elfhdr_get() 93 hdrp->e_shentsize, sizeof(Elf64_Shdr)); in elfhdr_get()
|
/external/mesa3d/src/amd/common/ |
D | ac_rtld.c | 196 Elf64_Shdr *shdr = elf64_getshdr(section); in read_private_lds_symbols() 345 Elf64_Shdr *shdr = elf64_getshdr(section); in ac_rtld_open() 596 const Elf64_Shdr *reloc_shdr, const Elf_Data *reloc_data) in apply_relocs() 623 Elf64_Shdr *symbols_shdr = elf64_getshdr(symbols_scn); in apply_relocs() 757 Elf64_Shdr *shdr = elf64_getshdr(section); in ac_rtld_upload() 783 Elf64_Shdr *shdr = elf64_getshdr(section); in ac_rtld_upload()
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 70 typedef Elf64_Shdr Shdr;
|
D | synth_elf.cc | 73 D16(addr_size_ == 8 ? sizeof(Elf64_Shdr) : sizeof(Elf32_Shdr)); in ELF()
|
/external/kmod/libkmod/ |
D | libkmod-elf.c | 246 const Elf64_Shdr *hdr _unused_ = (const Elf64_Shdr *)p; in elf_get_section_info() 316 shdr_size = sizeof(Elf64_Shdr); in kmod_elf_new() 588 off += offsetof(Elf64_Shdr, sh_flags); in kmod_elf_strip_section() 589 size = sizeof(((Elf64_Shdr *)buf)->sh_flags); in kmod_elf_strip_section()
|
/external/elfutils/tests/ |
D | elfshphehdr.c | 143 ? sizeof (Elf32_Shdr) : sizeof (Elf64_Shdr)); in test()
|
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 788 Elf64_Shdr *find_only_SHT_HASH(Elf *elf) { in find_only_SHT_HASH() 795 Elf64_Shdr *result = nullptr; in find_only_SHT_HASH() 799 Elf64_Shdr *shdr = elf64_getshdr(scn); in find_only_SHT_HASH() 815 const Elf64_Sym *elf_lookup(Elf *elf, char *base, Elf64_Shdr *section_hash, in elf_lookup() 820 Elf64_Shdr *section_symtab = in elf_lookup() 862 Elf64_Shdr *section_hash = find_only_SHT_HASH(elf); in get_symbol_info_without_loading()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 328 } Elf64_Shdr; typedef
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 509 Str.writeLE16(IsELF64 ? sizeof(Elf64_Shdr) in writeELFHeaderInternal() 511 static_assert(sizeof(Elf64_Shdr) == 64 && sizeof(Elf32_Shdr) == 40, in writeELFHeaderInternal()
|
D | IceELFSection.h | 94 Elf64_Shdr Header;
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 1035 (Elf64_Half)sizeof(Elf64_Shdr), /* e_shentsize */ in writeObjectCode() 1041 static Elf64_Shdr sectionHeaders64[5]={ in writeObjectCode()
|