Searched refs:rel (Results 1 – 3 of 3) sorted by relevance
426 my $rel;427 $rel = $1 if ($system_release =~ /release\s+(\d+)/);432 if ($rel && $rel < 8) {441 if ($rel && $rel < 26) {445 if (!$rel) {
493 Elf_Rel rel; in nop_mcount() local494 rel = *(Elf_Rel *)relp; in nop_mcount()495 Elf_r_info(&rel, Elf_r_sym(relp), rel_type_nop); in nop_mcount()498 if (uwrite(&rel, sizeof(rel)) < 0) in nop_mcount()
1555 Elf_Rel *rel; in section_rel() local1568 for (rel = start; rel < stop; rel++) { in section_rel()1569 r.r_offset = TO_NATIVE(rel->r_offset); in section_rel()1573 r_sym = ELF64_MIPS_R_SYM(rel->r_info); in section_rel()1575 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); in section_rel()1578 r.r_info = TO_NATIVE(rel->r_info); in section_rel()1582 r.r_info = TO_NATIVE(rel->r_info); in section_rel()