Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dpdp11.c869 bfd_size_type data_pad, text_pad; in adjust_z_magic() local
892 text_pad = 0; in adjust_z_magic()
900 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) in adjust_z_magic()
903 text_pad = ((- obj_textsec (abfd)->vma) in adjust_z_magic()
911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic()
923 obj_textsec (abfd)->size += text_pad; in adjust_z_magic()
924 text_end += text_pad; in adjust_z_magic()
935 text_pad = (obj_datasec(abfd)->vma in adjust_z_magic()
938 obj_textsec(abfd)->size += text_pad; in adjust_z_magic()
Daoutx.h958 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()
[all …]