Home | History | Annotate | Download | only in libiberty

Lines Matching defs:to

1 /* simple-object-elf.c -- routines to manipulate ELF object files.
16 along with this program; if not, write to the Free Software
189 /* Functions to fetch and store different ELF types, depending on the
246 /* Hideous macro to fetch the value of a field from an external ELF
248 BUFFER points to the external data. STRUCTTYPE is the appropriate
255 /* Even more hideous macro to fetch the value of FIELD from BUFFER.
277 /* Hideous macro to set the value of a field in an external ELF
278 structure to VAL. TYPEFUNCS is the set of type functions. BUFFER
279 points to the external data. STRUCTTYPE is the appropriate
287 /* Even more hideous macro to set the value of FIELD in BUFFER to VAL.
462 Fortunately these object files are easy to detect, as the
466 number of sections, then we know we have to subtract
467 0x100 to get the real section index. */
614 struct simple_object_elf_attributes *to =
619 if (to->ei_data != from->ei_data || to->ei_class != from->ei_class)
625 if (to->machine != from->machine)
632 switch (to->machine)
637 to->machine = from->machine;
669 /* Prepare to write out a file. */
680 /* We're just going to record the attributes, but we need to make a