Lines Matching refs:location

548 	unsigned long *location;  in apply_relocate_add()  local
566 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add()
573 location, (long)ELF64_R_TYPE(rela[i].r_info), in apply_relocate_add()
583 *(u32 *)location = value; in apply_relocate_add()
588 *(unsigned long *)location = value; in apply_relocate_add()
592 *(unsigned long *)location = my_r2(sechdrs, me); in apply_relocate_add()
603 *((uint16_t *) location) in apply_relocate_add()
604 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
611 *((uint16_t *) location) in apply_relocate_add()
612 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
624 *((uint16_t *) location) in apply_relocate_add()
625 = (*((uint16_t *) location) & ~0xfffc) in apply_relocate_add()
637 *((uint16_t *) location) in apply_relocate_add()
638 = (*((uint16_t *) location) & ~0xfffc) in apply_relocate_add()
646 *((uint16_t *) location) in apply_relocate_add()
647 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
660 (u32 *)location + 1, me)) in apply_relocate_add()
668 value -= (unsigned long)location; in apply_relocate_add()
676 *(uint32_t *)location in apply_relocate_add()
677 = (*(uint32_t *)location & ~0x03fffffc) in apply_relocate_add()
683 *location = value - (unsigned long)location; in apply_relocate_add()
688 *(u32 *)location = value - (unsigned long)location; in apply_relocate_add()
704 value = my_r2(sechdrs, me) - (unsigned long)location; in apply_relocate_add()
712 if ((((uint32_t *)location)[0] & ~0xfffc) in apply_relocate_add()
715 if (((uint32_t *)location)[1] != 0x7c426214) in apply_relocate_add()
722 ((uint32_t *)location)[0] = 0x3c4c0000 + PPC_HA(value); in apply_relocate_add()
723 ((uint32_t *)location)[1] = 0x38420000 + PPC_LO(value); in apply_relocate_add()
728 value -= (unsigned long)location; in apply_relocate_add()
730 *((uint16_t *) location) in apply_relocate_add()
731 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
737 value -= (unsigned long)location; in apply_relocate_add()
738 *((uint16_t *) location) in apply_relocate_add()
739 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()