Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h394 Elf_Rel rel; in nop_mcount() local
395 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()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1593 Elf_Rel *rel; in section_rel() local
1607 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()