Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Drecordmcount.c479 unsigned int reltype = 0; in do_file() local
537 reltype = R_386_32; in do_file()
545 reltype = R_ARM_ABS32; in do_file()
553 reltype = R_AARCH64_ABS64; in do_file()
559 case EM_IA_64: reltype = R_IA64_IMM64; break; in do_file()
561 case EM_PPC: reltype = R_PPC_ADDR32; break; in do_file()
562 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file()
564 case EM_SH: reltype = R_SH_DIR32; gpfx = 0; break; in do_file()
565 case EM_SPARCV9: reltype = R_SPARC_64; break; in do_file()
569 reltype = R_X86_64_64; in do_file()
[all …]
Drecordmcount.h402 unsigned const reltype) in sift_rel_mcount() argument
426 Elf_r_info(mrelp, recsym, reltype); in sift_rel_mcount()
602 unsigned const reltype) in do_func() argument
673 relhdr, ehdr, recsym, recval, reltype); in do_func()
/Linux-v5.10/tools/objtool/
Delf.h125 struct section *elf_create_reloc_section(struct elf *elf, struct section *base, int reltype);
Delf.c819 int reltype) in elf_create_reloc_section() argument
821 switch (reltype) { in elf_create_reloc_section()