Home
last modified time | relevance | path

Searched refs:text_pad (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dpdp11.c862 bfd_size_type data_pad, text_pad; in adjust_z_magic() local
885 text_pad = 0; in adjust_z_magic()
893 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) in adjust_z_magic()
896 text_pad = ((- obj_textsec (abfd)->vma) in adjust_z_magic()
904 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
912 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
916 obj_textsec (abfd)->size += text_pad; in adjust_z_magic()
917 text_end += text_pad; in adjust_z_magic()
928 text_pad = (obj_datasec(abfd)->vma in adjust_z_magic()
931 obj_textsec(abfd)->size += text_pad; in adjust_z_magic()
Daoutx.h968 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()
[all …]