/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 1292 size_t sh_entsize = gelf_fsize (ebl->elf, reltype, 1, EV_CURRENT); in check_reloc_shdr() local 1516 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in check_rela() local 1567 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in check_rel() local 1674 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic() local
|
D | readelf.c | 1793 size_t sh_entsize; in handle_dynamic() local 1973 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel() local 2163 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in handle_relocs_rela() local 3095 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_HALF, 1, EV_CURRENT); in handle_versym() local 3531 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_LIB, 1, EV_CURRENT); in print_liblist() local
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 169 elf_xword sh_entsize; ///< Byte size of each section entry. member
|
/external/elfutils/libdwfl/ |
D | relocate.c | 623 size_t sh_entsize in relocate_section() local
|
/external/perfetto/src/profiling/symbolizer/ |
D | local_symbolizer.cc | 170 Word sh_entsize; member 224 Xword sh_entsize; member
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 314 Elf32_Word sh_entsize; member 327 Elf64_Xword sh_entsize; /* Entry size if section holds table */ 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-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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 783 Elf32_Word sh_entsize; // Size of records contained within the section member 797 Elf64_Xword sh_entsize; member
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 806 Elf32_Word sh_entsize; // Size of records contained within the section member 820 Elf64_Xword sh_entsize; member
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 236 Elf32_Word sh_entsize; member 249 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 | 392 Elf32_Word sh_entsize; /* Entry size if section holds table */ member 406 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
|