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

  /src/external/gpl3/binutils/dist/binutils/
nm.c 779 filter_symbols (bfd *abfd, bool is_dynamic, void *minisyms,
789 from = (bfd_byte *) minisyms;
791 to = (bfd_byte *) minisyms;
856 return (to - (bfd_byte *) minisyms) / size;
1050 sort_symbols_by_size (bfd *abfd, bool is_dynamic, void *minisyms,
1059 qsort (minisyms, symcount, size, size_forward1);
1069 from = (bfd_byte *) minisyms;
1374 /* Print the symbols of ABFD that are held in MINISYMS.
1378 SYMCOUNT is the number of symbols in MINISYMS.
1380 SIZE is the size of a symbol in MINISYMS. *
1412 void *minisyms; local
    [all...]
dlltool.c 1402 /* Look through the symbols in MINISYMS, and add each one to list of
1406 scan_filtered_symbols (bfd *abfd, void *minisyms, long symcount,
1416 from = (bfd_byte *) minisyms;
1504 filter_symbols (bfd *abfd, void *minisyms, long symcount, unsigned int size)
1513 from = (bfd_byte *) minisyms;
1515 to = (bfd_byte *) minisyms;
1541 return (to - (bfd_byte *) minisyms) / size;
1551 void *minisyms; local
1567 symcount = bfd_read_minisymbols (abfd, false, &minisyms, &size);
1581 symcount = filter_symbols (abfd, minisyms, symcount, size)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 785 filter_symbols (bfd *abfd, bool is_dynamic, void *minisyms,
795 from = (bfd_byte *) minisyms;
797 to = (bfd_byte *) minisyms;
861 return (to - (bfd_byte *) minisyms) / size;
1055 sort_symbols_by_size (bfd *abfd, bool is_dynamic, void *minisyms,
1064 qsort (minisyms, symcount, size, size_forward1);
1074 from = (bfd_byte *) minisyms;
1376 /* Print the symbols of ABFD that are held in MINISYMS.
1380 SYMCOUNT is the number of symbols in MINISYMS.
1382 SIZE is the size of a symbol in MINISYMS. *
1414 void *minisyms; local
    [all...]
dlltool.c 1402 /* Look through the symbols in MINISYMS, and add each one to list of
1406 scan_filtered_symbols (bfd *abfd, void *minisyms, long symcount,
1416 from = (bfd_byte *) minisyms;
1503 filter_symbols (bfd *abfd, void *minisyms, long symcount, unsigned int size)
1512 from = (bfd_byte *) minisyms;
1514 to = (bfd_byte *) minisyms;
1540 return (to - (bfd_byte *) minisyms) / size;
1550 void *minisyms; local
1566 symcount = bfd_read_minisymbols (abfd, false, &minisyms, &size);
1580 symcount = filter_symbols (abfd, minisyms, symcount, size)
    [all...]

Completed in 19 milliseconds