Home | History | Annotate | Download | only in runtime

Lines Matching refs:SHT_RELA

1006   CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1012 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1018 CHECK(SHT_RELA == section_header.sh_type) << file_path_ << " " << section_header.sh_type;
1672 } else if (sh->sh_type == SHT_RELA) {