Home
last modified time | relevance | path

Searched refs:rp (Results 1 – 2 of 2) sorted by relevance

/scripts/
Drecordmcount.h123 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount() argument
127 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
129 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM() argument
131 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM()
133 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO() argument
137 rp->r_info = _w(ELF_R_INFO(sym, type)); in fn_ELF_R_INFO()
139 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
164 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount() argument
167 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
Drecordmcount.c281 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym() argument
283 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym()
286 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info() argument
288 rp->r_info = ((union mips_r_info){ in MIPS64_r_info()