| /src/external/gpl3/gdb.old/dist/gdb/ |
| hppa-bsd-tdep.c | 75 CORE_ADDR pltgot; local 82 pltgot = extract_unsigned_integer (buf, sizeof buf, 84 pltgot += sec->objfile->text_section_offset (); 86 return pltgot;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| hppa-bsd-tdep.c | 75 CORE_ADDR pltgot; local 82 pltgot = extract_unsigned_integer (buf, sizeof buf, 84 pltgot += sec.objfile->text_section_offset (); 86 return pltgot;
|
| /src/libexec/ld.elf_so/arch/hppa/ |
| hppa_reloc.c | 187 Elf_Addr *pltgot; local 201 pltgot = NULL; 220 pltgot = (Elf_Addr *) 277 plabel->hppa_plabel_sl = (Elf_Addr)pltgot; 359 func_sl = (Elf_Addr)(defobj->pltgot); 400 Elf_Word *got = obj->pltgot; 444 hdbg(("setting DP to %p", obj->pltgot)); 445 _rtld_set_dp(obj->pltgot); 640 func_sl = (Elf_Addr)(obj->pltgot); 655 func_pc = ((Elf_Addr)(obj->pltgot)) - 16 [all...] |
| /src/libexec/ld.elf_so/ |
| rtld.h | 168 Elf_Addr *pltgot; /* PLTGOT table */ member in struct:Struct_Obj_Entry
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-nds32.c | 6509 bfd_vma pltgot = sgotplt->output_section->vma 6515 pltgot -= elf_gp (output_bfd) - 4; /* PLTGOT[1] */ 6521 dl_tlsdesc_lazy_trampoline[4] += ((1 << 20) - 1) & (pltgot >> 12); 6522 dl_tlsdesc_lazy_trampoline[5] += 0xfff & pltgot; 6506 bfd_vma pltgot = sgotplt->output_section->vma local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-nds32.c | 6509 bfd_vma pltgot = sgotplt->output_section->vma 6515 pltgot -= elf_gp (output_bfd) - 4; /* PLTGOT[1] */ 6521 dl_tlsdesc_lazy_trampoline[4] += ((1 << 20) - 1) & (pltgot >> 12); 6522 dl_tlsdesc_lazy_trampoline[5] += 0xfff & pltgot; 6506 bfd_vma pltgot = sgotplt->output_section->vma local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-nds32.c | 6502 bfd_vma pltgot = sgotplt->output_section->vma 6508 pltgot -= elf_gp (output_bfd) - 4; /* PLTGOT[1] */ 6514 dl_tlsdesc_lazy_trampoline[4] += ((1 << 20) - 1) & (pltgot >> 12); 6515 dl_tlsdesc_lazy_trampoline[5] += 0xfff & pltgot; 6499 bfd_vma pltgot = sgotplt->output_section->vma local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-nds32.c | 6508 bfd_vma pltgot = sgotplt->output_section->vma 6514 pltgot -= elf_gp (output_bfd) - 4; /* PLTGOT[1] */ 6520 dl_tlsdesc_lazy_trampoline[4] += ((1 << 20) - 1) & (pltgot >> 12); 6521 dl_tlsdesc_lazy_trampoline[5] += 0xfff & pltgot; 6505 bfd_vma pltgot = sgotplt->output_section->vma local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 3307 case DT_PLTGOT: return "PLTGOT"; 20339 /* DATA points to the contents of a MIPS GOT that starts at VMA PLTGOT. 20345 print_mips_got_entry (unsigned char * data, uint64_t pltgot, uint64_t addr, 20351 if (addr < pltgot + 0xfff0) 20352 printf ("%6d(gp)", (int) (addr - pltgot - 0x7ff0)); 20361 unsigned char * from = data + addr - pltgot; 20371 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8); 20379 PLTGOT. Print the Address and Initial fields of an entry at VMA 20383 print_mips_pltgot_entry (unsigned char * data, uint64_t pltgot, uint64_t addr) 20394 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8) 20543 uint64_t pltgot = 0; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 2923 case DT_PLTGOT: return "PLTGOT"; 19451 /* DATA points to the contents of a MIPS GOT that starts at VMA PLTGOT. 19457 print_mips_got_entry (unsigned char * data, uint64_t pltgot, uint64_t addr, 19463 if (addr < pltgot + 0xfff0) 19464 printf ("%6d(gp)", (int) (addr - pltgot - 0x7ff0)); 19473 unsigned char * from = data + addr - pltgot; 19483 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8); 19491 PLTGOT. Print the Address and Initial fields of an entry at VMA 19495 print_mips_pltgot_entry (unsigned char * data, uint64_t pltgot, uint64_t addr) 19506 entry = byte_get (data + addr - pltgot, is_32bit_elf ? 4 : 8) 19652 uint64_t pltgot = 0; local [all...] |