Lines Matching defs:out
466 /* Work out the howto. */
498 /* Work out the howto. */
782 /* Write out all the symbols. */
823 /* Sometime, the oasys tools give out a symbol with illegal
874 static oasys_section_record_type out;
886 out.relb = RELOCATION_TYPE_REL | s->target_index;
887 H_PUT_32 (abfd, s->size, out.value);
888 H_PUT_32 (abfd, s->vma, out.vma);
892 (oasys_record_union_type *) & out,
893 sizeof (out)))