/external/elfutils/src/ |
D | objdump.c | 405 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in show_relocs_rel() local 426 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in show_relocs_rela() local
|
D | elflint.c | 656 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT); in check_symtab() local 1288 size_t sh_entsize = gelf_fsize (ebl->elf, reltype, 1, EV_CURRENT); in check_reloc_shdr() local 1512 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in check_rela() local 1563 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in check_rel() local 1670 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic() local
|
D | readelf.c | 1754 size_t sh_entsize; in handle_dynamic() local 1934 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel() local 2124 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in handle_relocs_rela() local 3056 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_HALF, 1, EV_CURRENT); in handle_versym() local 3492 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_LIB, 1, EV_CURRENT); in print_liblist() local
|
/external/u-boot/tools/ |
D | mips-relocs.c | 197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local
|
/external/elfutils/libdwfl/ |
D | relocate.c | 623 size_t sh_entsize in relocate_section() local
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 107 Elf_Word sh_entsize; // Size of records contained within the section member 122 Elf_Xword sh_entsize; // Size of records contained within the section member
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 313 Elf32_Word sh_entsize; member 326 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
|
/external/u-boot/include/ |
D | elf.h | 241 Elf32_Word sh_entsize; /* section entry size */ member 255 Elf64_Xword sh_entsize; /* section entry size */ member
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 669 Elf32_Word sh_entsize; // Size of records contained within the section member 683 Elf64_Xword sh_entsize; member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 633 Elf32_Word sh_entsize; // Size of records contained within the section member 647 Elf64_Xword sh_entsize; member
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 632 Elf32_Word sh_entsize; // Size of records contained within the section member 646 Elf64_Xword sh_entsize; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 741 Elf32_Word sh_entsize; // Size of records contained within the section member 755 Elf64_Xword sh_entsize; member
|
/external/kmod/port-gnu/ |
D | elf.h | 283 Elf32_Word sh_entsize; /* Entry size if section holds table */ member 297 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
|
/external/elfutils/libelf/ |
D | elf.h | 395 Elf32_Word sh_entsize; /* Entry size if section holds table */ member 409 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
|