Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 2 of 2) sorted by relevance

/optee_os/ldelf/
H A Dta_elf_rel.c351 assert(shdr[rel_sidx].sh_type == SHT_REL); in e32_relocate()
745 if (shdr[n].sh_type == SHT_REL) in ta_elf_relocate()
/optee_os/lib/libutee/include/
H A Delf_common.h292 #define SHT_REL 9 /* relocation section - no addends */ macro