Searched refs:reltype (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 513 unsigned int reltype = 0; in do_file() local 571 reltype = R_386_32; in do_file() 579 reltype = R_ARM_ABS32; in do_file() 587 reltype = R_AARCH64_ABS64; in do_file() 593 case EM_IA_64: reltype = R_IA64_IMM64; break; in do_file() 594 case EM_MIPS: /* reltype: e_class */ break; in do_file() 595 case EM_LOONGARCH: /* reltype: e_class */ break; in do_file() 596 case EM_PPC: reltype = R_PPC_ADDR32; break; in do_file() 597 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file() 598 case EM_S390: /* reltype in do_file() [all...] |
H A D | recordmcount.h | 407 unsigned const reltype) in sift_rel_mcount() 431 Elf_r_info(mrelp, recsym, reltype); in sift_rel_mcount() 553 static char const * __has_rel_mcount(Elf_Shdr const *const relhdr, /* reltype */ in __has_rel_mcount() 607 unsigned const reltype) in do_func() 678 relhdr, ehdr, recsym, recval, reltype); in do_func() 400 sift_rel_mcount(uint_t *mlocp, unsigned const offbase, Elf_Rel **const mrelpp, Elf_Shdr const *const relhdr, Elf_Ehdr const *const ehdr, unsigned const recsym, uint_t const recval, unsigned const reltype) sift_rel_mcount() argument 606 do_func(Elf_Ehdr *const ehdr, char const *const fname, unsigned const reltype) do_func() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 513 unsigned int reltype = 0; in do_file() local 571 reltype = R_386_32; in do_file() 579 reltype = R_ARM_ABS32; in do_file() 587 reltype = R_AARCH64_ABS64; in do_file() 593 case EM_IA_64: reltype = R_IA64_IMM64; break; in do_file() 594 case EM_MIPS: /* reltype: e_class */ break; in do_file() 595 case EM_LOONGARCH: /* reltype: e_class */ break; in do_file() 596 case EM_PPC: reltype = R_PPC_ADDR32; break; in do_file() 597 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file() 598 case EM_S390: /* reltype in do_file() [all...] |
H A D | recordmcount.h | 407 unsigned const reltype) in sift_rel_mcount() 431 Elf_r_info(mrelp, recsym, reltype); in sift_rel_mcount() 553 static char const * __has_rel_mcount(Elf_Shdr const *const relhdr, /* reltype */ in __has_rel_mcount() 607 unsigned const reltype) in do_func() 678 relhdr, ehdr, recsym, recval, reltype); in do_func() 400 sift_rel_mcount(uint_t *mlocp, unsigned const offbase, Elf_Rel **const mrelpp, Elf_Shdr const *const relhdr, Elf_Ehdr const *const ehdr, unsigned const recsym, uint_t const recval, unsigned const reltype) sift_rel_mcount() argument 606 do_func(Elf_Ehdr *const ehdr, char const *const fname, unsigned const reltype) do_func() argument
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.c | 510 int reltype); 1123 int reltype) in elf_create_reloc_section() 1125 switch (reltype) { in elf_create_reloc_section() 1121 elf_create_reloc_section(struct elf *elf, struct section *base, int reltype) elf_create_reloc_section() argument
|
Completed in 7 milliseconds