Home | History | Annotate | Download | only in libiberty

Lines Matching defs:to

1 /* simple-object-mach-o.c -- routines to manipulate Mach-O object files.
16 along with this program; if not, write to the Free Software
105 unsigned char fileoff[4]; /* Offset in bytes of the data to be mapped. */
122 unsigned char fileoff[8]; /* Offset in bytes of the data to be mapped. */
135 unsigned char segname[16]; /* Segment that the section belongs to. */
152 unsigned char segname[16]; /* Segment that the section belongs to. */
177 /* A GNU-specific extension to wrap multiple sections using three
179 is subdivided according to the index '__wrapper_index' and each sub
180 sect is named according to the names supplied in '__wrapper_names'. */
281 /* We require the user to provide a segment name. This is
381 This will callback to the function pfn for each "section found" the meaning
382 of which depends on gnu extensions to mach-o:
390 characters) to be used with mach-o. In this case, the section name has
474 /* Scan for special sections that signal GNU extensions to the format. */
564 other fields limit the maximum size of an object to 4G. */
845 struct simple_object_mach_o_attributes *to =
850 if (to->magic != from->magic
851 || to->is_big_endian != from->is_big_endian
852 || to->cputype != from->cputype)
868 /* Prepare to write out a file. */
879 /* We're just going to record the attributes, but we need to make a
1015 As a GNU extension to mach-o, when the caller specifies a segment name in
1022 Note that this is only likely to make any sense for the __GNU_LTO segment
1090 since the size of a mach-o MH_OBJECT cannot exceed 4G owing to
1095 /* We now need to figure out the size of the names section. This just
1171 /* Try to extract segment,section from the input name. */
1183 else /* just try to copy the name, leave segment blank. */
1254 /* Now do the index, we'll align this to 4 bytes although the read code