Searched refs:SHT_REL (Results 1 – 5 of 5) sorted by relevance
289 #define SHT_REL 9 macro
182 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
811 case SHT_REL: in linker_load_obj_file()895 case SHT_REL: in linker_sanity_check_elf()1351 return sec->shdr->sh_type == SHT_REL; in is_relo_sec()
3952 } else if (sh->sh_type == SHT_REL) { in bpf_object__elf_collect()7337 if (shdr->sh_type != SHT_REL || idx < 0 || idx >= obj->efile.sec_cnt) { in bpf_object__collect_relos()
686 shdr_rel_plt.sh_type != SHT_REL) in dso__synthesize_plt_symbols()
Completed in 39 milliseconds