Lines Matching refs:loc
1187 static Elf_Addr addend_arm_rel(void *loc, Elf_Sym *sym, unsigned int r_type) in addend_arm_rel() argument
1195 inst = TO_NATIVE(*(uint32_t *)loc); in addend_arm_rel()
1199 inst = TO_NATIVE(*(uint32_t *)loc); in addend_arm_rel()
1206 inst = TO_NATIVE(*(uint32_t *)loc); in addend_arm_rel()
1211 upper = TO_NATIVE(*(uint16_t *)loc); in addend_arm_rel()
1212 lower = TO_NATIVE(*((uint16_t *)loc + 1)); in addend_arm_rel()
1229 upper = TO_NATIVE(*(uint16_t *)loc); in addend_arm_rel()
1230 lower = TO_NATIVE(*((uint16_t *)loc + 1)); in addend_arm_rel()
1253 upper = TO_NATIVE(*(uint16_t *)loc); in addend_arm_rel()
1254 lower = TO_NATIVE(*((uint16_t *)loc + 1)); in addend_arm_rel()
1393 void *loc; in section_rel() local
1398 loc = sym_get_data_by_offset(elf, fsecndx, r_offset); in section_rel()
1403 taddr = addend_386_rel(loc, r_type); in section_rel()
1406 taddr = addend_arm_rel(loc, tsym, r_type); in section_rel()
1409 taddr = addend_mips_rel(loc, r_type); in section_rel()