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

  /src/external/gpl3/binutils/dist/binutils/
readelf.c 10274 uint64_t nfuns; /* Number of entries in funtab. */
10283 size_t j, nfuns;
10288 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
10290 aux->funtab[nfuns++] = aux->symtab[j];
10291 aux->nfuns = nfuns;
10292 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
10303 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
10736 uint64_t nfuns; /* Number of entries in funtab. */
10745 uint64_t j, nfuns;
10271 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:ia64_unw_aux_info
10280 size_t j, nfuns; local
10733 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:hppa_unw_aux_info
10742 uint64_t j, nfuns; local
11082 uint64_t nfuns; \/* Number of these symbols. *\/ member in struct:arm_unw_aux_info
11969 uint64_t j, nfuns; local
    [all...]
readelf.c 10274 uint64_t nfuns; /* Number of entries in funtab. */
10283 size_t j, nfuns;
10288 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
10290 aux->funtab[nfuns++] = aux->symtab[j];
10291 aux->nfuns = nfuns;
10292 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
10303 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
10736 uint64_t nfuns; /* Number of entries in funtab. */
10745 uint64_t j, nfuns;
10271 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:ia64_unw_aux_info
10280 size_t j, nfuns; local
10733 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:hppa_unw_aux_info
10742 uint64_t j, nfuns; local
11082 uint64_t nfuns; \/* Number of these symbols. *\/ member in struct:arm_unw_aux_info
11969 uint64_t j, nfuns; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 9766 uint64_t nfuns; /* Number of entries in funtab. */
9775 size_t j, nfuns;
9780 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
9782 aux->funtab[nfuns++] = aux->symtab[j];
9783 aux->nfuns = nfuns;
9784 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
9795 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
10228 uint64_t nfuns; /* Number of entries in funtab. */
10237 uint64_t j, nfuns;
9763 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:ia64_unw_aux_info
9772 size_t j, nfuns; local
10225 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:hppa_unw_aux_info
10234 uint64_t j, nfuns; local
10574 uint64_t nfuns; \/* Number of these symbols. *\/ member in struct:arm_unw_aux_info
11461 uint64_t j, nfuns; local
    [all...]
readelf.c 9766 uint64_t nfuns; /* Number of entries in funtab. */
9775 size_t j, nfuns;
9780 for (nfuns = 0, j = 0; j < aux->nsyms; j++)
9782 aux->funtab[nfuns++] = aux->symtab[j];
9783 aux->nfuns = nfuns;
9784 qsort (aux->funtab, aux->nfuns, sizeof (Elf_Internal_Sym), symcmp);
9795 find_symbol_for_address (filedata, aux->funtab, aux->nfuns, aux->strtab,
10228 uint64_t nfuns; /* Number of entries in funtab. */
10237 uint64_t j, nfuns;
9763 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:ia64_unw_aux_info
9772 size_t j, nfuns; local
10225 uint64_t nfuns; \/* Number of entries in funtab. *\/ member in struct:hppa_unw_aux_info
10234 uint64_t j, nfuns; local
10574 uint64_t nfuns; \/* Number of these symbols. *\/ member in struct:arm_unw_aux_info
11461 uint64_t j, nfuns; local
    [all...]

Completed in 70 milliseconds