Lines Matching refs:Addr

76 	 *(ElfW(Addr) *)ptr = (ElfW(Addr)) (r); \
79 *(ElfW(Addr) *)((l)->l_info[DT_MIPS (RLD_MAP)]->d_un.d_ptr) = \
80 (ElfW(Addr)) (r); \
122 static inline ElfW(Addr) * in ElfW() argument
123 elf_mips_got_from_gpreg (ElfW(Addr) gpreg) in ElfW()
126 return (ElfW(Addr) *) (gpreg - OFFSET_GP_GOT); in ElfW()
132 static inline ElfW(Addr)
135 register ElfW(Addr) gp __asm__ ("$28"); in elf_machine_dynamic()
144 static inline ElfW(Addr)
147 ElfW(Addr) addr; in elf_machine_load_address()
164 ElfW(Addr) tmp; in elf_machine_load_address()
192 ElfW(Addr) *got; \
195 got = (ElfW(Addr) *) D_PTR (map, l_info[DT_PLTGOT]); \
451 static inline ElfW(Addr)
455 ElfW(Addr) *reloc_addr, ElfW(Addr) value) in elf_machine_fixup_plt()
460 static inline ElfW(Addr)
462 ElfW(Addr) value) in elf_machine_plt_value()
478 ElfW(Addr) r_info, const ElfW(Sym) *sym, in elf_machine_reloc()
480 ElfW(Addr) r_addend, int inplace_p) in elf_machine_reloc()
483 ElfW(Addr) *addr_field = (ElfW(Addr) *) reloc_addr; in elf_machine_reloc()
552 ElfW(Addr) reloc_value; in elf_machine_reloc()
590 const ElfW(Addr) *got in elf_machine_reloc()
591 = (const ElfW(Addr) *) D_PTR (map, l_info[DT_PLTGOT]); in elf_machine_reloc()
622 const ElfW(Addr) *got in elf_machine_reloc()
623 = (const ElfW(Addr) *) D_PTR (map, l_info[DT_PLTGOT]); in elf_machine_reloc()
628 ElfW(Addr) reloc_value = got[symidx + local_gotno - gotsym]; in elf_machine_reloc()
640 ElfW(Addr) value; in elf_machine_reloc()
660 ElfW(Addr) value; in elf_machine_reloc()
722 elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc, in elf_machine_rel_relative()
731 ElfW(Addr) l_addr, const ElfW(Rel) *reloc, in elf_machine_lazy_rel()
734 ElfW(Addr) *const reloc_addr = (void *) (l_addr + reloc->r_offset); in elf_machine_lazy_rel()
763 elf_machine_rela_relative (ElfW(Addr) l_addr, const ElfW(Rela) *reloc, in elf_machine_rela_relative()
774 ElfW(Addr) *got; in elf_machine_got_rel()
794 got = (ElfW(Addr) *) D_PTR (map, l_info[DT_PLTGOT]); in elf_machine_got_rel()
877 ElfW(Addr) *got; in elf_machine_runtime_setup()
888 got = (ElfW(Addr) *) D_PTR (l, l_info[DT_PLTGOT]); in elf_machine_runtime_setup()
892 got[0] = (ElfW(Addr)) &_dl_runtime_resolve; in elf_machine_runtime_setup()
898 got[1] = ((ElfW(Addr)) l | ELF_MIPS_GNU_GOT1_MASK); in elf_machine_runtime_setup()
909 ElfW(Addr) *gotplt; in elf_machine_runtime_setup()
910 gotplt = (ElfW(Addr) *) D_PTR (l, l_info[DT_MIPS (PLTGOT)]); in elf_machine_runtime_setup()
916 gotplt[0] = (ElfW(Addr)) &_dl_runtime_pltresolve; in elf_machine_runtime_setup()
917 gotplt[1] = (ElfW(Addr)) l; in elf_machine_runtime_setup()