Lines Matching refs:location
531 unsigned long *location; in apply_relocate_add() local
549 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add()
556 location, (long)ELF64_R_TYPE(rela[i].r_info), in apply_relocate_add()
566 *(u32 *)location = value; in apply_relocate_add()
571 *(unsigned long *)location = value; in apply_relocate_add()
575 *(unsigned long *)location = my_r2(sechdrs, me); in apply_relocate_add()
586 *((uint16_t *) location) in apply_relocate_add()
587 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
594 *((uint16_t *) location) in apply_relocate_add()
595 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
607 *((uint16_t *) location) in apply_relocate_add()
608 = (*((uint16_t *) location) & ~0xfffc) in apply_relocate_add()
620 *((uint16_t *) location) in apply_relocate_add()
621 = (*((uint16_t *) location) & ~0xfffc) in apply_relocate_add()
629 *((uint16_t *) location) in apply_relocate_add()
630 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
643 (u32 *)location + 1, me)) in apply_relocate_add()
651 value -= (unsigned long)location; in apply_relocate_add()
659 *(uint32_t *)location in apply_relocate_add()
660 = (*(uint32_t *)location & ~0x03fffffc) in apply_relocate_add()
666 *location = value - (unsigned long)location; in apply_relocate_add()
672 value -= (unsigned long)location; in apply_relocate_add()
678 *(u32 *)location = value; in apply_relocate_add()
694 value = my_r2(sechdrs, me) - (unsigned long)location; in apply_relocate_add()
702 if ((((uint32_t *)location)[0] & ~0xfffc) != in apply_relocate_add()
705 if (((uint32_t *)location)[1] != in apply_relocate_add()
713 ((uint32_t *)location)[0] = PPC_INST_ADDIS | __PPC_RT(R2) | in apply_relocate_add()
715 ((uint32_t *)location)[1] = PPC_INST_ADDI | __PPC_RT(R2) | in apply_relocate_add()
721 value -= (unsigned long)location; in apply_relocate_add()
723 *((uint16_t *) location) in apply_relocate_add()
724 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()
730 value -= (unsigned long)location; in apply_relocate_add()
731 *((uint16_t *) location) in apply_relocate_add()
732 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add()