Lines Matching refs:text_pad
958 bfd_size_type data_pad, text_pad; in adjust_z_magic() local
982 text_pad = 0; in adjust_z_magic()
990 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) in adjust_z_magic()
993 text_pad = ((- obj_textsec (abfd)->vma) in adjust_z_magic()
1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
1009 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
1012 obj_textsec (abfd)->size += text_pad; in adjust_z_magic()
1013 text_end += text_pad; in adjust_z_magic()
1027 text_pad = data->vma - (text->vma + text->size); in adjust_z_magic()
1030 if (text_pad > 0) in adjust_z_magic()
1031 text->size += text_pad; in adjust_z_magic()