Home | History | Annotate | Download | only in binutils

Lines Matching defs:pltgot

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);
19655 uint64_t pltgot = 0;
19733 pltgot = sect->sh_addr;
19735 ent = pltgot;
19737 end = pltgot + sect->sh_size;
19740 end - pltgot, 1,
19743 data_end = data + (end - pltgot);
19757 && data + ent - pltgot + addr_size <= data_end
19758 && byte_get (data + ent - pltgot, addr_size) == 0)
19764 ent = print_mips_got_entry (data, pltgot, ent, data_end);
19776 && data + ent - pltgot + addr_size <= data_end
19777 && (byte_get (data + ent - pltgot, addr_size)
19780 ent = print_mips_got_entry (data, pltgot, ent, data_end);
19796 ent = print_mips_got_entry (data, pltgot, ent, data_end);
19837 pltgot = entry->d_un.d_ptr;
20292 if (pltgot != 0 && local_gotno != 0)
20300 ent = pltgot;
20302 local_end = pltgot + local_gotno * addr_size;
20321 offset = offset_from_vma (filedata, pltgot, global_end - pltgot);
20323 global_end - pltgot, 1,
20326 data_end = data + (global_end - pltgot);
20330 print_vma (pltgot + 0x7ff0, LONG_HEX);
20337 ent = print_mips_got_entry (data, pltgot, ent, data_end);
20348 && data + ent - pltgot + addr_size <= data_end
20349 && (byte_get (data + ent - pltgot, addr_size)
20352 ent = print_mips_got_entry (data, pltgot, ent, data_end);
20367 ent = print_mips_got_entry (data, pltgot, ent, data_end);
20393 ent = print_mips_got_entry (data, pltgot, ent, data_end);