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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 11259 bfd_signed_vma gotpc_offset;
11266 gotpc_offset = got_address - ((loc_address | 3) ^ 3);
11269 if (gotpc_offset + 0x1000000 >= 0x2000000)
11277 (int64_t) gotpc_offset,
11283 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc);
11284 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2);
11851 bfd_vma gotpc_offset;
11859 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11862 if (gotpc_offset + 0x1000000 >= 0x2000000)
11870 (int64_t) gotpc_offset,
11224 bfd_signed_vma gotpc_offset; local
11816 bfd_vma gotpc_offset; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 11234 bfd_signed_vma gotpc_offset;
11241 gotpc_offset = got_address - ((loc_address | 3) ^ 3);
11244 if (gotpc_offset + 0x1000000 >= 0x2000000)
11252 (int64_t) gotpc_offset,
11258 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc);
11259 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2);
11826 bfd_vma gotpc_offset;
11834 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11837 if (gotpc_offset + 0x1000000 >= 0x2000000)
11845 (int64_t) gotpc_offset,
11199 bfd_signed_vma gotpc_offset; local
11791 bfd_vma gotpc_offset; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 11129 bfd_signed_vma gotpc_offset;
11136 gotpc_offset = got_address - ((loc_address | 3) ^ 3);
11139 if (gotpc_offset + 0x1000000 >= 0x2000000)
11147 (int64_t) gotpc_offset,
11153 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc);
11154 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2);
11721 bfd_vma gotpc_offset;
11729 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11732 if (gotpc_offset + 0x1000000 >= 0x2000000)
11740 (int64_t) gotpc_offset,
11094 bfd_signed_vma gotpc_offset; local
11686 bfd_vma gotpc_offset; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 11142 bfd_signed_vma gotpc_offset;
11149 gotpc_offset = got_address - ((loc_address | 3) ^ 3);
11152 if (gotpc_offset + 0x1000000 >= 0x2000000)
11160 (int64_t) gotpc_offset,
11166 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc);
11167 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2);
11734 bfd_vma gotpc_offset;
11742 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3);
11745 if (gotpc_offset + 0x1000000 >= 0x2000000)
11753 (int64_t) gotpc_offset,
11107 bfd_signed_vma gotpc_offset; local
11699 bfd_vma gotpc_offset; local
    [all...]

Completed in 58 milliseconds