Lines Matching refs:printf
60 printf (")"); in tab()
67 printf ("\n"); in tab()
75 printf (" "); in tab()
78 printf (")"); in tab()
85 printf (" "); in tab()
89 printf ("("); in tab()
106 printf (_("#lines %d "),p->nlines); in dump_coff_lines()
110 printf ("(%d 0x%x)", p->lines[i], p->addresses[i]); in dump_coff_lines()
129 printf (_("size %d "), p->size); in dump_coff_type()
134 printf (_("section definition at %x size %x\n"), in dump_coff_type()
140 printf (_("pointer to")); in dump_coff_type()
145 printf (_("array [%d] of"), p->u.array.dim); in dump_coff_type()
150 printf (_("function returning")); in dump_coff_type()
154 printf (_("arguments")); in dump_coff_type()
158 printf (_("code")); in dump_coff_type()
164 printf (_("structure definition")); in dump_coff_type()
170 printf (_("structure ref to UNKNOWN struct")); in dump_coff_type()
172 printf (_("structure ref to %s"), p->u.aenumref.ref->name); in dump_coff_type()
175 printf (_("enum ref to %s"), p->u.astructref.ref->name); in dump_coff_type()
178 printf (_("enum definition")); in dump_coff_type()
186 printf ("NULL"); in dump_coff_type()
189 printf ("VOID"); in dump_coff_type()
192 printf ("CHAR"); in dump_coff_type()
195 printf ("SHORT"); in dump_coff_type()
198 printf ("INT "); in dump_coff_type()
201 printf ("LONG"); in dump_coff_type()
204 printf ("FLOAT"); in dump_coff_type()
207 printf ("DOUBLE"); in dump_coff_type()
210 printf ("STRUCT"); in dump_coff_type()
213 printf ("UNION"); in dump_coff_type()
216 printf ("ENUM"); in dump_coff_type()
219 printf ("MOE "); in dump_coff_type()
222 printf ("UCHAR"); in dump_coff_type()
225 printf ("USHORT"); in dump_coff_type()
228 printf ("UINT"); in dump_coff_type()
231 printf ("ULONG"); in dump_coff_type()
234 printf ("LNGDBL"); in dump_coff_type()
251 printf (_("Stack offset %x"), p->offset); in dump_coff_where()
254 printf (_("Memory section %s+%x"), p->section->name, p->offset); in dump_coff_where()
257 printf (_("Register %d"), p->offset); in dump_coff_where()
260 printf (_("Struct Member offset %x"), p->offset); in dump_coff_where()
263 printf (_("Enum Member offset %x"), p->offset); in dump_coff_where()
266 printf (_("Undefined symbol")); in dump_coff_where()
269 printf ("STRTAG"); in dump_coff_where()
271 printf ("ENTAG"); in dump_coff_where()
274 printf ("TYPEDEF"); in dump_coff_where()
290 printf ("coff_vis_ext_def"); in dump_coff_visible()
293 printf ("coff_vis_ext_ref"); in dump_coff_visible()
296 printf ("coff_vis_int_def"); in dump_coff_visible()
299 printf ("coff_vis_common"); in dump_coff_visible()
302 printf ("coff_vis_auto"); in dump_coff_visible()
305 printf ("coff_vis_autoparam"); in dump_coff_visible()
308 printf ("coff_vis_regparam"); in dump_coff_visible()
311 printf ("coff_vis_register"); in dump_coff_visible()
314 printf ("coff_vis_tag"); in dump_coff_visible()
317 printf ("coff_vis_member_of_struct"); in dump_coff_visible()
320 printf ("coff_vis_member_of_enum"); in dump_coff_visible()
333 printf (_("List of symbols")); in dump_coff_symbol()
340 printf (_("Symbol %s, tag %d, number %d"), p->name, p->tag, p->number); in dump_coff_symbol()
344 printf (_("Type")); in dump_coff_symbol()
349 printf (_("Where")); in dump_coff_symbol()
353 printf (_("Visible")); in dump_coff_symbol()
368 printf ("%s %" BFD_VMA_FMT "x ", in dump_coff_scope()
372 printf( " %s %x..%x", p->sec->name,p->offset, p->offset + p->size -1); in dump_coff_scope()
376 printf ("*****************"); in dump_coff_scope()
382 printf (_("vars %d"), p->nvars); in dump_coff_scope()
385 printf (_("blocks")); in dump_coff_scope()
393 printf ("*****************"); in dump_coff_scope()
403 printf (_("List of source files")); in dump_coff_sfile()
409 printf (_("Source file %s"), p->name); in dump_coff_sfile()
423 printf (_("section %s %d %d address %x size %x number %d nrelocs %d"), in dump_coff_section()
431 printf ("(%x %s %x)", in dump_coff_section()
446 printf ("Coff dump"); in coff_dump()
448 printf (_("#sources %d"), ptr->nsources); in coff_dump()
554 printf ("\n"); in main()