Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf_rel.c591 assert(shdr[rel_sidx].sh_type == SHT_RELA); in e64_relocate()
751 if (shdr[n].sh_type == SHT_RELA) in ta_elf_relocate()
/optee_os/lib/libutee/include/
H A Delf_common.h287 #define SHT_RELA 4 /* relocation section with addends */ macro