Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Delf.h284 #define SHT_RELA 4 macro
/tools/objtool/include/objtool/
A Delf.h182 return sec->sh.sh_type == SHT_RELA || sec->sh.sh_type == SHT_REL; in is_reloc_sec()
/tools/objtool/
A Delf.c1222 rsec->sh.sh_type = SHT_RELA; in elf_create_rela_section()
/tools/perf/util/
A Dsymbol-elf.c685 if (shdr_rel_plt.sh_type != SHT_RELA && in dso__synthesize_plt_symbols()
734 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA; in dso__synthesize_plt_symbols()

Completed in 15 milliseconds