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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 1886 bfd_vma *mipsxlat = NULL;
2144 mipsxlat = get_hash_table_data (abfd, maxchain, 4, filesize);
2145 if (mipsxlat == NULL)
2157 if (mipsxlat)
2159 if (mipsxlat[off] >= symcount)
2160 symcount = mipsxlat[off] + 1;
2282 free (mipsxlat);
1885 bfd_vma *mipsxlat = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 1822 bfd_vma *mipsxlat = NULL;
2080 mipsxlat = get_hash_table_data (abfd, maxchain, 4, filesize);
2081 if (mipsxlat == NULL)
2093 if (mipsxlat)
2095 if (mipsxlat[off] >= symcount)
2096 symcount = mipsxlat[off] + 1;
2218 free (mipsxlat);
1821 bfd_vma *mipsxlat = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 1795 bfd_vma *mipsxlat = NULL;
2055 mipsxlat = get_hash_table_data (abfd, maxchain, 4, filesize);
2056 if (mipsxlat == NULL)
2068 if (mipsxlat)
2070 if (mipsxlat[off] >= symcount)
2071 symcount = mipsxlat[off] + 1;
2193 free (mipsxlat);
1794 bfd_vma *mipsxlat = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 1979 bfd_vma *mipsxlat = NULL;
2240 mipsxlat = get_hash_table_data (abfd, maxchain, 4, filesize);
2241 if (mipsxlat == NULL)
2253 if (mipsxlat)
2255 if (mipsxlat[off] >= symcount)
2256 symcount = mipsxlat[off] + 1;
2379 free (mipsxlat);
1978 bfd_vma *mipsxlat = NULL; local
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 315 uint64_t * mipsxlat;
12843 filedata->mipsxlat = get_dynamic_data (filedata, maxchain, 4);
12844 if (filedata->mipsxlat == NULL)
12859 && filedata->mipsxlat[off] >= num_of_syms)
12860 num_of_syms = filedata->mipsxlat[off] + 1;
12876 free (filedata->mipsxlat);
12877 filedata->mipsxlat = NULL;
15531 free (filedata->mipsxlat);
15532 filedata->mipsxlat = NULL;
15542 free (filedata->mipsxlat);
313 uint64_t * mipsxlat; member in struct:filedata
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 313 uint64_t * mipsxlat;
12335 filedata->mipsxlat = get_dynamic_data (filedata, maxchain, 4);
12336 if (filedata->mipsxlat == NULL)
12351 && filedata->mipsxlat[off] >= num_of_syms)
12352 num_of_syms = filedata->mipsxlat[off] + 1;
12368 free (filedata->mipsxlat);
12369 filedata->mipsxlat = NULL;
14987 free (filedata->mipsxlat);
14988 filedata->mipsxlat = NULL;
14998 free (filedata->mipsxlat);
311 uint64_t * mipsxlat; member in struct:filedata
    [all...]

Completed in 70 milliseconds