Home
last modified time | relevance | path

Searched defs:simple_object_functions (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-common.h100 struct simple_object_functions struct
108 void *(*match) (unsigned char header[SIMPLE_OBJECT_MATCH_HEADER_LEN],
113 const char *(*find_sections) (simple_object_read *,
120 void *(*fetch_attributes) (simple_object_read *sobj, const char **errmsg,
124 void (*release_read) (void *);
148 extern const struct simple_object_functions simple_object_coff_functions; argument