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