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