Lines Matching full:obj_textsec
227 obj_textsec (abfd)->size = N_TXTSIZE (*execp);
230 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
234 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
239 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
243 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
260 obj_textsec (abfd)->rel_filepos = N_GNU_TRELOFF (*execp);
296 execp->a_trsize = ((obj_textsec (abfd)->reloc_count) *
334 if (!NAME (aout,squirt_out_relocs) (abfd, obj_textsec (abfd)))
730 if (asect == obj_textsec (abfd))