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

  /toolchain/binutils/binutils-2.27/include/
simple-object.h 154 /* The type simple_object_write_section is a handle for a section
157 typedef struct simple_object_write_section_struct simple_object_write_section; typedef in typeref:struct:simple_object_write_section_struct
167 extern simple_object_write_section *
181 simple_object_write_section *section,
195 simple_object_write_section's that may have been created. */
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-common.h 56 simple_object_write_section *sections;
58 simple_object_write_section *last_section;
69 simple_object_write_section *next;
simple-object.c 327 simple_object_write_section *
333 simple_object_write_section *ret;
335 ret = XNEW (simple_object_write_section);
360 simple_object_write_section *section,
411 simple_object_write_section *section;
419 simple_object_write_section *next_section;
simple-object-elf.c 699 simple_object_write_section *section;
820 simple_object_write_section *section;
simple-object-coff.c 605 simple_object_write_section *section;
simple-object-xcoff.c 702 simple_object_write_section *section;
simple-object-mach-o.c 1044 simple_object_write_section *section;
    [all...]

Completed in 108 milliseconds