Searched defs:sh_entsize (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/src/ |
D | objdump.c | 417 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in show_relocs_rel() local 438 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in show_relocs_rela() local
|
D | elflint.c | 639 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT); in check_symtab() local 1271 size_t sh_entsize = gelf_fsize (ebl->elf, reltype, 1, EV_CURRENT); in check_reloc_shdr() local 1495 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in check_rela() local 1546 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in check_rel() local 1653 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_DYN, 1, EV_CURRENT); in check_dynamic() local
|
D | readelf.c | 1657 size_t sh_entsize; in handle_dynamic() local 1837 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_REL, 1, EV_CURRENT); in handle_relocs_rel() local 2027 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_RELA, 1, EV_CURRENT); in handle_relocs_rela() local 2942 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_HALF, 1, EV_CURRENT); in handle_versym() local 3356 size_t sh_entsize = gelf_fsize (ebl->elf, ELF_T_LIB, 1, EV_CURRENT); in print_liblist() local
|
/external/elfutils/libdwfl/ |
D | relocate.c | 586 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 | 610 Elf32_Word sh_entsize; // Size of records contained within the section member 624 Elf64_Xword sh_entsize; 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
|
/external/elfutils/libelf/ |
D | elf.h | 284 Elf32_Word sh_entsize; /* Entry size if section holds table */ member 298 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member
|