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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 1636 case DT_HASH: name = "HASH"; break;
1873 bfd_vma dt_hash = 0;
1910 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
1944 case DT_HASH:
1945 dt_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. */
2015 if (dt_hash)
2036 filepos = offset_from_vma (phdrs, phnum, dt_hash, 2 * hash_ent_size
1872 bfd_vma dt_hash = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 1572 case DT_HASH: name = "HASH"; break;
1809 bfd_vma dt_hash = 0;
1846 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
1880 case DT_HASH:
1881 dt_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. */
1951 if (dt_hash)
1972 filepos = offset_from_vma (phdrs, phnum, dt_hash, 2 * hash_ent_size
1808 bfd_vma dt_hash = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf.c 1545 case DT_HASH: name = "HASH"; break;
1782 bfd_vma dt_hash = 0;
1819 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
1853 case DT_HASH:
1854 dt_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. */
1924 if (dt_hash)
1945 filepos = offset_from_vma (phdrs, phnum, dt_hash, sizeof (nb)
1781 bfd_vma dt_hash = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 1728 case DT_HASH: name = "HASH"; break;
1966 bfd_vma dt_hash = 0;
2003 /* Return TRUE if DT_HASH/DT_GNU_HASH have bee processed before. */
2038 case DT_HASH:
2039 dt_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. */
2109 if (dt_hash)
2130 filepos = offset_from_vma (phdrs, phnum, dt_hash, sizeof (nb)
1965 bfd_vma dt_hash = 0; local
    [all...]

Completed in 33 milliseconds