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()
593 assert(shdr[rel_sidx].sh_type == SHT_RELA); in e64_relocate()
753 if (shdr[n].sh_type == SHT_REL) in ta_elf_relocate()
759 if (shdr[n].sh_type == SHT_RELA) in ta_elf_relocate()
H A Dta_elf.c314 if (shdr[n].sh_type == SHT_HASH) { in save_hashtab()
316 } else if (shdr[n].sh_type == SHT_GNU_HASH) { in save_hashtab()
328 if (shdr[n].sh_type == SHT_HASH) { in save_hashtab()
330 } else if (shdr[n].sh_type == SHT_GNU_HASH) { in save_hashtab()
464 if (shdr[n].sh_type == SHT_DYNSYM) { in save_symtab()
473 if (shdr[n].sh_type == SHT_DYNSYM) { in save_symtab()