Home | History | Annotate | Download | only in ld

Lines Matching defs:size

255       int reloc_size, size;
271 except that we use the right size instead of .long. When
287 size, which we can get from the input BFD. */
304 case 1: size = BYTE; break;
305 case 2: size = SHORT; break;
306 case 4: size = LONG; break;
309 size = SQUAD;
311 size = QUAD;
314 einfo (_("%P%X: Unsupported size %d for set %s\n"),
316 size = LONG;
327 lang_add_data (size, exp_intop (p->count));
369 lang_add_data (size, exp_relop (e->section, e->value));
372 lang_add_data (size, exp_intop (0));