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

  /src/external/gpl3/binutils/dist/include/elf/
ia64.h 229 unsigned char rela_offset[8]; member in struct:__anon10491
  /src/external/gpl3/binutils.old/dist/include/elf/
ia64.h 229 unsigned char rela_offset[8]; member in struct:__anon11955
  /src/external/gpl3/gdb/dist/include/elf/
ia64.h 229 unsigned char rela_offset[8]; member in struct:__anon18602
  /src/external/gpl3/gdb.old/dist/include/elf/
ia64.h 229 unsigned char rela_offset[8]; member in struct:__anon21343
  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 1720 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1759 rela_offset = plt_index * sizeof (Elf32_External_Rela);
1768 /* mvk .s2 low(rela_offset), b0 */
1769 bfd_put_32 (output_bfd, (rela_offset & 0xffff) << 7 | 0x0000002a,
1771 /* mvkh .s2 high(rela_offset), b0 */
1772 bfd_put_32 (output_bfd, ((rela_offset >> 16) & 0xffff) << 7 | 0x0000006a,
1795 loc = relplt->contents + rela_offset;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 1723 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1762 rela_offset = plt_index * sizeof (Elf32_External_Rela);
1771 /* mvk .s2 low(rela_offset), b0 */
1772 bfd_put_32 (output_bfd, (rela_offset & 0xffff) << 7 | 0x0000002a,
1774 /* mvkh .s2 high(rela_offset), b0 */
1775 bfd_put_32 (output_bfd, ((rela_offset >> 16) & 0xffff) << 7 | 0x0000006a,
1798 loc = relplt->contents + rela_offset;
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 1723 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1762 rela_offset = plt_index * sizeof (Elf32_External_Rela);
1771 /* mvk .s2 low(rela_offset), b0 */
1772 bfd_put_32 (output_bfd, (rela_offset & 0xffff) << 7 | 0x0000002a,
1774 /* mvkh .s2 high(rela_offset), b0 */
1775 bfd_put_32 (output_bfd, ((rela_offset >> 16) & 0xffff) << 7 | 0x0000006a,
1798 loc = relplt->contents + rela_offset;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 1725 bfd_vma got_section_offset, got_dp_offset, rela_offset; local
1764 rela_offset = plt_index * sizeof (Elf32_External_Rela);
1773 /* mvk .s2 low(rela_offset), b0 */
1774 bfd_put_32 (output_bfd, (rela_offset & 0xffff) << 7 | 0x0000002a,
1776 /* mvkh .s2 high(rela_offset), b0 */
1777 bfd_put_32 (output_bfd, ((rela_offset >> 16) & 0xffff) << 7 | 0x0000006a,
1800 loc = relplt->contents + rela_offset;

Completed in 39 milliseconds