Lines Matching full:text_pad
968 bfd_size_type data_pad, text_pad;
992 text_pad = 0;
1000 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
1003 text_pad = ((- obj_textsec (abfd)->vma)
1011 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1019 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1022 obj_textsec (abfd)->size += text_pad;
1023 text_end += text_pad;
1037 text_pad = data->vma - (text->vma + text->size);
1040 if (text_pad > 0)
1041 text->size += text_pad;