Searched refs:got_address (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c8845 bfd_vma got_offset, got_address, plt_address; local
8865 got_address = (sgot->output_section->vma
8884 val |= got_address - sgot->output_section->vma;
8902 val |= got_address;
8926 rel.r_offset = got_address;
8937 got_displacement = got_address - (plt_address + 8);
8974 rel.r_offset = got_address;
9258 bfd_vma got_address, plt_address, got_displacement; local
9261 got_address = sgot->output_section->vma + sgot->output_offset;
9278 bfd_put_32 (output_bfd, got_address, spl
[all...]
H A Delfxx-mips.c2411 bfd_vma plt_index, got_address, got_value;
2421 got_address = (htab->sgotplt->output_section->vma
2430 return got_address - got_value;
2726 bfd_vma got_address;
2729 got_address = (sgot->output_section->vma
2734 outrel.r_offset = got_address;
8456 bfd_vma plt_address, plt_index, got_address, got_offset, branch_offset;
8474 got_address = (htab->sgotplt->output_section->vma
8504 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff;
8505 got_address_low = got_address
2398 bfd_vma plt_index, got_address, got_value; local
2713 bfd_vma got_address; local
8423 bfd_vma plt_address, plt_index, got_address, got_offset, branch_offset; local
[all...]

Completed in 143 milliseconds