HomeSort by relevance Sort by last modified time
    Searched refs:simple_object_functions (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-common.h 21 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;
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;
simple-object.c 50 static const struct simple_object_functions * const format_functions[] =
simple-object-coff.c 793 const struct simple_object_functions simple_object_coff_functions =
simple-object-elf.c 962 const struct simple_object_functions simple_object_elf_functions =
simple-object-xcoff.c 887 const struct simple_object_functions simple_object_xcoff_functions =
simple-object-mach-o.c     [all...]

Completed in 84 milliseconds