Home | History | Annotate | Download | only in bfd

Lines Matching refs:plt_address

7646       bfd_vma got_offset, got_address, plt_address;
7669 plt_address = (splt->output_section->vma
7717 rel.r_offset = plt_address + 8;
7737 - (plt_address + htab->plt_entry_size + 4));
7748 - (plt_address + htab->plt_entry_size));
7784 got_displacement = got_address - (plt_address + 12);
7815 got_displacement = got_address - (plt_address + 8);
14532 bfd_vma got_address, plt_address, got_displacement;
14536 plt_address = splt->output_section->vma + splt->output_offset;
14555 rel.r_offset = plt_address + 12;
14563 got_address + 8 - (plt_address + 16));
14566 got_displacement = got_address - (plt_address + 12);
14580 got_displacement = got_address - (plt_address + 16);
14613 bfd_vma plt_address
14622 - (plt_address + htab->dt_tlsdesc_plt)
14626 got_address - (plt_address + htab->dt_tlsdesc_plt)