Lines Matching refs:qrel
18562 Elf32_Rel *rel, *rel_end, *qrel; in relocate_section() local
18573 qrel = (Elf32_Rel *)sr->data; in relocate_section()
18574 for(rel = qrel; in relocate_section()
18591 qrel->r_offset = rel->r_offset; in relocate_section()
18593 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32); in relocate_section()
18594 qrel++; in relocate_section()
18597 qrel->r_info = ELF32_R_INFO(0, R_386_RELATIVE); in relocate_section()
18598 qrel++; in relocate_section()
18608 qrel->r_offset = rel->r_offset; in relocate_section()
18609 qrel->r_info = ELF32_R_INFO(esym_index, R_386_PC32); in relocate_section()
18610 qrel++; in relocate_section()