Home
last modified time | relevance | path

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

/linux-6.1.9/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.h407 unsigned const reltype) in sift_rel_mcount() argument
431 Elf_r_info(mrelp, recsym, reltype); in sift_rel_mcount()
607 unsigned const reltype) in do_func() argument
678 relhdr, ehdr, recsym, recval, reltype); in do_func()
/linux-6.1.9/tools/objtool/
Delf.c550 int reltype);
1160 int reltype) in elf_create_reloc_section() argument
1162 switch (reltype) { in elf_create_reloc_section()