Searched refs:rels (Results 1 – 1 of 1) sorted by relevance
107 Elf32_Rel *rels; in relocate_32bitbios() local119 rels = (Elf32_Rel *)shdr[i].sh_addr; in relocate_32bitbios()124 sym = &syms[ELF32_R_SYM(rels[j].r_info)]; in relocate_32bitbios()125 loc = (uint32_t *)&code[rels[j].r_offset]; in relocate_32bitbios()128 switch ( ELF32_R_TYPE(rels[j].r_info) ) in relocate_32bitbios()
Completed in 2 milliseconds