Searched defs:sh_entsize (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/src/src/ |
D | objdump.c | 421 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in show_relocs_rel() local 442 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in show_relocs_rela() local
|
D | elflint.c | 636 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT); in check_symtab() local 1251 size_t sh_entsize = gelf_fsize (ebl->elf, reltype, 1, EV_CURRENT); in check_reloc_shdr() local 1475 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in check_rela() local 1526 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in check_rel() local 1626 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic() local
|
D | readelf.c | 1569 size_t sh_entsize; in handle_dynamic() local 1749 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel() local 1939 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in handle_relocs_rela() local 2844 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_HALF, 1, EV_CURRENT); in handle_versym() local 3246 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_LIB, 1, EV_CURRENT); in print_liblist() local
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 164 elf_xword sh_entsize; ///< Byte size of each section entry. member
|
/external/elfutils/src/libdwfl/ |
D | relocate.c | 506 size_t sh_entsize in relocate_section() local
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 309 Elf32_Word sh_entsize; member 322 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 551 Elf32_Word sh_entsize; // Size of records contained within the section member 565 Elf64_Xword sh_entsize; member
|
/external/elfutils/src/libelf/ |
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/valgrind/perf/ |
D | tinycc.c | 311 Elf32_Word sh_entsize; /* Entry size if section holds table */ member 325 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member 2205 int sh_entsize; /* elf entry size */ member
|