Home | History | Annotate | Download | only in GenFw

Lines Matching refs:SHT_RELA

689     if ((RelShdr->sh_type != SHT_REL) && (RelShdr->sh_type != SHT_RELA)) {

694 // If this is a ET_DYN (PIE) executable, we will encounter a dynamic SHT_RELA
717 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) {
959 if ((RelShdr->sh_type == SHT_REL) || (RelShdr->sh_type == SHT_RELA)) {