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

  /src/libexec/ld.elf_so/
symbol.c 385 assert(obj->sysv_hash || obj->gnu_hash);
388 if (obj->gnu_hash)
headers.c 238 obj->gnu_hash = true;
481 if (!obj->sysv_hash && obj->gnu_hash) {
reloc.c 269 if ((!obj->sysv_hash && !obj->gnu_hash) ||
rtld.h 236 gnu_hash:1; /* GNU Hash available */ member in struct:Struct_Obj_Entry
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 6700 int gnu_hash)
6724 if (gnu_hash)
6750 if (gnu_hash && (i & 31) == 0)
6818 if (gnu_hash && best_size < 2)
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 6657 int gnu_hash)
6681 if (gnu_hash)
6707 if (gnu_hash && (i & 31) == 0)
6775 if (gnu_hash && best_size < 2)
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 6602 int gnu_hash)
6626 if (gnu_hash)
6652 if (gnu_hash && (i & 31) == 0)
6720 if (gnu_hash && best_size < 2)
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 6588 int gnu_hash)
6612 if (gnu_hash)
6638 if (gnu_hash && (i & 31) == 0)
6706 if (gnu_hash && best_size < 2)

Completed in 74 milliseconds