Searched refs:sh_type (Results 1 – 12 of 12) sorted by relevance
267 assert(shdr[rel_sidx].sh_type == SHT_REL); in e32_relocate()495 assert(shdr[rel_sidx].sh_type == SHT_RELA); in e64_relocate()626 if (shdr[n].sh_type == SHT_REL) in ta_elf_relocate()632 if (shdr[n].sh_type == SHT_RELA) in ta_elf_relocate()
409 if (shdr[n].sh_type == SHT_DYNSYM) { in save_symtab()418 if (shdr[n].sh_type == SHT_DYNSYM) { in save_symtab()
81 Elf32_Word sh_type; /* Section type. */ member
90 Elf64_Word sh_type; /* Section type. */ member
Completed in 35 milliseconds