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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-sparc.c 682 || (EH)->has_non_got_reloc \
704 unsigned int has_non_got_reloc : 1;
1028 eh->has_non_got_reloc = 0;
1291 /* Copy has_got_reloc and has_non_got_reloc. */
1293 edir->has_non_got_reloc |= eind->has_non_got_reloc;
1700 eh->has_non_got_reloc = 1;
703 unsigned int has_non_got_reloc : 1; member in struct:_bfd_sparc_elf_link_hash_entry
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-sparc.c 685 || (EH)->has_non_got_reloc \
707 unsigned int has_non_got_reloc : 1;
1031 eh->has_non_got_reloc = 0;
1294 /* Copy has_got_reloc and has_non_got_reloc. */
1296 edir->has_non_got_reloc |= eind->has_non_got_reloc;
1703 eh->has_non_got_reloc = 1;
706 unsigned int has_non_got_reloc : 1; member in struct:_bfd_sparc_elf_link_hash_entry
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-sparc.c 685 || (EH)->has_non_got_reloc \
707 unsigned int has_non_got_reloc : 1;
1031 eh->has_non_got_reloc = 0;
1294 /* Copy has_got_reloc and has_non_got_reloc. */
1296 edir->has_non_got_reloc |= eind->has_non_got_reloc;
1694 eh->has_non_got_reloc = 1;
706 unsigned int has_non_got_reloc : 1; member in struct:_bfd_sparc_elf_link_hash_entry
  /src/external/gpl3/gdb/dist/bfd/
elfxx-sparc.c 685 || (EH)->has_non_got_reloc \
707 unsigned int has_non_got_reloc : 1;
1031 eh->has_non_got_reloc = 0;
1294 /* Copy has_got_reloc and has_non_got_reloc. */
1296 edir->has_non_got_reloc |= eind->has_non_got_reloc;
1703 eh->has_non_got_reloc = 1;
706 unsigned int has_non_got_reloc : 1; member in struct:_bfd_sparc_elf_link_hash_entry

Completed in 25 milliseconds