Lines Matching refs:loc
1177 static Elf_Addr addend_arm_rel(void *loc, Elf_Sym *sym, unsigned int r_type) in addend_arm_rel() argument
1185 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1189 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1196 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1201 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1202 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1219 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1220 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1243 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1244 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1383 void *loc; in section_rel() local
1388 loc = sym_get_data_by_offset(elf, fsecndx, r_offset); in section_rel()
1393 taddr = addend_386_rel(loc, r_type); in section_rel()
1396 taddr = addend_arm_rel(loc, tsym, r_type); in section_rel()
1399 taddr = addend_mips_rel(loc, r_type); in section_rel()