Home | History | Annotate | Download | only in bfd

Lines Matching full:obj_textsec

45   obj_textsec (abfd)->size = N_TXTSIZE (*execp);
48 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
56 && execp->a_entry > obj_textsec (abfd)->vma)
60 adjust = execp->a_entry - obj_textsec (abfd)->vma;
63 obj_textsec (abfd)->vma += adjust;
69 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
74 obj_textsec (abfd)->filepos = N_TXTOFF (*execp);
78 obj_textsec (abfd)->rel_filepos = N_TRELOFF (*execp);
96 obj_textsec (abfd)->reloc_count =
109 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
110 == obj_textsec (abfd)->size)
116 obj_textsec (abfd)->alignment_power = arch_align_power;