Searched refs:SHT_RELA (Results 1 – 24 of 24) sorted by relevance
8 #define SHT_REL_TYPE SHT_RELA
400 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
83 if (swab_elfword(shdr[i].sh_type) != SHT_RELA) in main()
20 #define SHT_REL_TYPE SHT_RELA244 #if (SHT_REL_TYPE == SHT_RELA) in read_relocs()
33 case SHT_RELA: in FUNC()
128 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
143 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
111 if (s->sh_type == SHT_RELA) { in module_frob_arch_sections()
323 ? w(SHT_RELA) in append_func()578 if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) != SHT_RELA) in has_rel_mcount()
321 r(&s->sh_type) == SHT_RELA) && in do_sort()
441 case SHT_RELA: in emit_all_relocs()
276 #define SHT_RELA 4 macro
290 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()931 else if (s->sh_type == SHT_RELA) in module_finalize()
319 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
180 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
982 if (relsec->sh_type != SHT_RELA && in kexec_apply_relocations()1014 if (relsec->sh_type == SHT_RELA) in kexec_apply_relocations()
50 these relocations. In the new format, livepatch manages its own SHT_RELA165 Livepatch relocation sections are SHT_RELA sections but with a few special
152 if (sechdrs[i].sh_type != SHT_RELA) in module_frob_arch_sections()
689 else if (sechdrs[i].sh_type == SHT_RELA) in vpe_elfload()
1411 if (sechdr->sh_type == SHT_REL || sechdr->sh_type == SHT_RELA) { in check_sec_ref()1424 if (sechdr->sh_type == SHT_RELA) in check_sec_ref()
1194 rsec->sh.sh_type = SHT_RELA; in elf_create_rela_section()
742 if (shdr_rel_plt.sh_type != SHT_RELA && in dso__synthesize_plt_symbols() 791 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA; in dso__synthesize_plt_symbols()
1541 else if (info->sechdrs[i].sh_type == SHT_RELA) in __layout_sections()