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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 278 /* DT_GNU_HASH hash function. Do not change this function; you will
1693 case DT_GNU_HASH: name = "GNU_HASH"; break;
1874 bfd_vma dt_gnu_hash = 0;
1910 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
1947 case DT_GNU_HASH:
1950 dt_gnu_hash = dyn.d_un.d_val;
1979 dt_gnu_hash = dyn.d_un.d_val;
1988 if ((!dt_hash && !dt_gnu_hash)
2013 /* Get the real symbol count from DT_HASH or DT_GNU_HASH. Prefer
2014 DT_HASH since it is simpler than DT_GNU_HASH. *
1873 bfd_vma dt_gnu_hash = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 210 /* DT_GNU_HASH hash function. Do not change this function; you will
1629 case DT_GNU_HASH: name = "GNU_HASH"; break;
1810 bfd_vma dt_gnu_hash = 0;
1846 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
1883 case DT_GNU_HASH:
1886 dt_gnu_hash = dyn.d_un.d_val;
1915 dt_gnu_hash = dyn.d_un.d_val;
1924 if ((!dt_hash && !dt_gnu_hash)
1949 /* Get the real symbol count from DT_HASH or DT_GNU_HASH. Prefer
1950 DT_HASH since it is simpler than DT_GNU_HASH. *
1809 bfd_vma dt_gnu_hash = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 210 /* DT_GNU_HASH hash function. Do not change this function; you will
1602 case DT_GNU_HASH: name = "GNU_HASH"; break;
1783 bfd_vma dt_gnu_hash = 0;
1819 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
1856 case DT_GNU_HASH:
1859 dt_gnu_hash = dyn.d_un.d_val;
1888 dt_gnu_hash = dyn.d_un.d_val;
1897 if ((!dt_hash && !dt_gnu_hash)
1922 /* Get the real symbol count from DT_HASH or DT_GNU_HASH. Prefer
1923 DT_HASH since it is simpler than DT_GNU_HASH. *
1782 bfd_vma dt_gnu_hash = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 210 /* DT_GNU_HASH hash function. Do not change this function; you will
1785 case DT_GNU_HASH: name = "GNU_HASH"; break;
1967 bfd_vma dt_gnu_hash = 0;
2003 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
2041 case DT_GNU_HASH:
2044 dt_gnu_hash = dyn.d_un.d_val;
2073 dt_gnu_hash = dyn.d_un.d_val;
2082 if ((!dt_hash && !dt_gnu_hash)
2107 /* Get the real symbol count from DT_HASH or DT_GNU_HASH. Prefer
2108 DT_HASH since it is simpler than DT_GNU_HASH. *
1966 bfd_vma dt_gnu_hash = 0; local
    [all...]

Completed in 33 milliseconds