Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Delf32.h81 Elf32_Word sh_type; /* Section type. */ member
H A Delf64.h90 Elf64_Word sh_type; /* Section type. */ member
/optee_os/ldelf/
H A Dta_elf_rel.c351 assert(shdr[rel_sidx].sh_type == SHT_REL); in e32_relocate()
591 assert(shdr[rel_sidx].sh_type == SHT_RELA); in e64_relocate()
745 if (shdr[n].sh_type == SHT_REL) in ta_elf_relocate()
751 if (shdr[n].sh_type == SHT_RELA) in ta_elf_relocate()
H A Dta_elf.c313 if (shdr[n].sh_type == SHT_HASH) { in save_hashtab()
315 } else if (shdr[n].sh_type == SHT_GNU_HASH) { in save_hashtab()
327 if (shdr[n].sh_type == SHT_HASH) { in save_hashtab()
329 } else if (shdr[n].sh_type == SHT_GNU_HASH) { in save_hashtab()
463 if (shdr[n].sh_type == SHT_DYNSYM) { in save_symtab()
472 if (shdr[n].sh_type == SHT_DYNSYM) { in save_symtab()