Home
last modified time | relevance | path

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

/linux/scripts/
A 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()
561 case EM_PPC: reltype = R_PPC_ADDR32; break; in do_file()
569 reltype = R_X86_64_64; in do_file()
589 reltype = R_MIPS_32; in do_file()
592 if (do32(ehdr, fname, reltype) < 0) in do_file()
604 reltype = R_390_64; in do_file()
608 reltype = R_MIPS_64; in do_file()
[all …]
A 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/tools/objtool/
A Delf.c486 int reltype);
889 int reltype) in elf_create_reloc_section() argument
891 switch (reltype) { in elf_create_reloc_section()

Completed in 16 milliseconds