Home
last modified time | relevance | path

Searched refs:bfd_pef_imported_symbol (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dpef.h79 struct bfd_pef_imported_symbol struct
84 typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol; argument
183 …fd_pef_parse_imported_symbol PARAMS ((bfd *, unsigned char *, size_t, bfd_pef_imported_symbol *));
H A Dpef.c391 bfd_pef_imported_symbol *symbol;
803 bfd_pef_imported_symbol *imports = NULL;
817 imports = (bfd_pef_imported_symbol *) bfd_malloc
818 (header.total_imported_symbol_count * sizeof (bfd_pef_imported_symbol));
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h79 struct bfd_pef_imported_symbol struct
84 typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol; argument
183 int bfd_pef_parse_imported_symbol (bfd *, unsigned char *, size_t, bfd_pef_imported_symbol *);
H A Dpef.c358 bfd_pef_imported_symbol *symbol) in bfd_pef_parse_imported_symbol()
738 bfd_pef_imported_symbol *imports = NULL; in bfd_pef_parse_function_stubs()
753 (header.total_imported_symbol_count * sizeof (bfd_pef_imported_symbol)); in bfd_pef_parse_function_stubs()