Searched refs:nlm_symbol_type (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnlmcode.h33 is named nlm_symbol_type below is actually named nlm32_symbol_type
43 #define nlm_symbol_type nlmNAME (symbol_type) macro
899 nlm_symbol_type *sym; /* Pointer to current bfd symbol. */
903 bfd_boolean (*read_import_func) (bfd *, nlm_symbol_type *);
904 bfd_boolean (*set_public_section_func) (bfd *, nlm_symbol_type *);
929 amt = totsymcount * sizeof (nlm_symbol_type);
1061 nlm_symbol_type *symbase;
1082 bfd_size_type amt = sizeof (nlm_symbol_type);
1083 nlm_symbol_type *new = bfd_zalloc (abfd, amt);
1144 bfd_boolean (*read_func) (bfd *, nlm_symbol_type *, asectio
[all...]

Completed in 48 milliseconds