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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 158 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elf64_ia64_link_hash_table
304 ia64_info->max_short_offset = offset;
309 && offset > ia64_info->max_short_offset)
310 ia64_info->max_short_offset = offset;
318 ia64_info->max_short_offset = offset;
3205 + ia64_info->max_short_offset))
3207 + ia64_info->max_short_offset);
elfnn-ia64.c 153 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elfNN_ia64_link_hash_table
311 ia64_info->max_short_offset = offset;
316 && offset > ia64_info->max_short_offset)
317 ia64_info->max_short_offset = offset;
325 ia64_info->max_short_offset = offset;
3602 + ia64_info->max_short_offset))
3604 + ia64_info->max_short_offset);
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 158 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elf64_ia64_link_hash_table
304 ia64_info->max_short_offset = offset;
309 && offset > ia64_info->max_short_offset)
310 ia64_info->max_short_offset = offset;
318 ia64_info->max_short_offset = offset;
3205 + ia64_info->max_short_offset))
3207 + ia64_info->max_short_offset);
elfnn-ia64.c 153 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elfNN_ia64_link_hash_table
311 ia64_info->max_short_offset = offset;
316 && offset > ia64_info->max_short_offset)
317 ia64_info->max_short_offset = offset;
325 ia64_info->max_short_offset = offset;
3604 + ia64_info->max_short_offset))
3606 + ia64_info->max_short_offset);
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 158 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elf64_ia64_link_hash_table
304 ia64_info->max_short_offset = offset;
309 && offset > ia64_info->max_short_offset)
310 ia64_info->max_short_offset = offset;
318 ia64_info->max_short_offset = offset;
3203 + ia64_info->max_short_offset))
3205 + ia64_info->max_short_offset);
elfnn-ia64.c 153 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elfNN_ia64_link_hash_table
311 ia64_info->max_short_offset = offset;
316 && offset > ia64_info->max_short_offset)
317 ia64_info->max_short_offset = offset;
325 ia64_info->max_short_offset = offset;
3602 + ia64_info->max_short_offset))
3604 + ia64_info->max_short_offset);
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 158 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elf64_ia64_link_hash_table
304 ia64_info->max_short_offset = offset;
309 && offset > ia64_info->max_short_offset)
310 ia64_info->max_short_offset = offset;
318 ia64_info->max_short_offset = offset;
3204 + ia64_info->max_short_offset))
3206 + ia64_info->max_short_offset);
elfnn-ia64.c 153 bfd_vma max_short_offset; /* Maximum short offset. */ member in struct:elfNN_ia64_link_hash_table
311 ia64_info->max_short_offset = offset;
316 && offset > ia64_info->max_short_offset)
317 ia64_info->max_short_offset = offset;
325 ia64_info->max_short_offset = offset;
3603 + ia64_info->max_short_offset))
3605 + ia64_info->max_short_offset);

Completed in 51 milliseconds