Searched refs:rel (Results 1 – 2 of 2) sorted by relevance
394 Elf_Rel rel; in nop_mcount() local395 rel = *(Elf_Rel *)relp; in nop_mcount()396 Elf_r_info(&rel, Elf_r_sym(relp), rel_type_nop); in nop_mcount()398 uwrite(fd_map, &rel, sizeof(rel)); in nop_mcount()
1593 Elf_Rel *rel; in section_rel() local1607 for (rel = start; rel < stop; rel++) { in section_rel()1608 r.r_offset = TO_NATIVE(rel->r_offset); in section_rel()1612 r_sym = ELF64_MIPS_R_SYM(rel->r_info); in section_rel()1614 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); in section_rel()1617 r.r_info = TO_NATIVE(rel->r_info); in section_rel()1621 r.r_info = TO_NATIVE(rel->r_info); in section_rel()