HomeSort by: relevance | last modified time | path
    Searched defs:initial_got_entry (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 9605 bfd_vma got_displacement, initial_got_entry; local
9833 initial_got_entry = sym_value;
9842 initial_got_entry = 0;
9847 initial_got_entry = (splt->output_section->vma
9854 initial_got_entry |= 1;
9859 bfd_put_32 (output_bfd, initial_got_entry,
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 9695 bfd_vma got_displacement, initial_got_entry; local
9962 initial_got_entry = sym_value;
9971 initial_got_entry = 0;
9976 initial_got_entry = (splt->output_section->vma
9983 initial_got_entry |= 1;
9988 bfd_put_32 (output_bfd, initial_got_entry,
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 9689 bfd_vma got_displacement, initial_got_entry; local
9956 initial_got_entry = sym_value;
9965 initial_got_entry = 0;
9970 initial_got_entry = (splt->output_section->vma
9977 initial_got_entry |= 1;
9982 bfd_put_32 (output_bfd, initial_got_entry,
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 9670 bfd_vma got_displacement, initial_got_entry; local
9937 initial_got_entry = sym_value;
9946 initial_got_entry = 0;
9951 initial_got_entry = (splt->output_section->vma
9958 initial_got_entry |= 1;
9963 bfd_put_32 (output_bfd, initial_got_entry,

Completed in 74 milliseconds