Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-common.h21 struct simple_object_functions;
32 const struct simple_object_functions *functions;
42 const struct simple_object_functions *functions;
52 const struct simple_object_functions *functions;
100 struct simple_object_functions struct
148 extern const struct simple_object_functions simple_object_coff_functions; argument
149 extern const struct simple_object_functions simple_object_elf_functions;
150 extern const struct simple_object_functions simple_object_mach_o_functions;
151 extern const struct simple_object_functions simple_object_xcoff_functions;
Dsimple-object.c50 static const struct simple_object_functions * const format_functions[] =
Dsimple-object-xcoff.c887 const struct simple_object_functions simple_object_xcoff_functions =
Dsimple-object-coff.c793 const struct simple_object_functions simple_object_coff_functions =
Dsimple-object-elf.c962 const struct simple_object_functions simple_object_elf_functions =
Dsimple-object-mach-o.c1367 const struct simple_object_functions simple_object_mach_o_functions =
DChangeLog1166 * simple-object-common.h (struct simple_object_functions): Rename