Searched refs:text_pad (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | pdp11.c | 865 bfd_size_type data_pad, text_pad; in adjust_z_magic() local 888 text_pad = 0; in adjust_z_magic() 896 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) in adjust_z_magic() 899 text_pad = ((- obj_textsec (abfd)->vma) in adjust_z_magic() 907 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 915 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 919 obj_textsec (abfd)->size += text_pad; in adjust_z_magic() 920 text_end += text_pad; in adjust_z_magic() 931 text_pad = (obj_datasec(abfd)->vma in adjust_z_magic() 934 obj_textsec(abfd)->size += text_pad; in adjust_z_magic()
|
| D | aoutx.h | 925 bfd_size_type data_pad, text_pad; in adjust_z_magic() local 949 text_pad = 0; in adjust_z_magic() 957 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) in adjust_z_magic() 960 text_pad = ((- obj_textsec (abfd)->vma) in adjust_z_magic() 968 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 976 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; in adjust_z_magic() 979 obj_textsec (abfd)->size += text_pad; in adjust_z_magic() 980 text_end += text_pad; in adjust_z_magic() 994 text_pad = data->vma - (text->vma + text->size); in adjust_z_magic() 997 if (text_pad > 0) in adjust_z_magic() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | pdp11.c | 1134 bfd_size_type data_pad, text_pad; local 1157 text_pad = 0; 1165 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) 1168 text_pad = ((- obj_textsec (abfd)->vma) 1176 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1184 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1188 obj_textsec (abfd)->_raw_size += text_pad; 1189 text_end += text_pad; 1200 text_pad = (obj_datasec(abfd)->vma 1203 obj_textsec(abfd)->_raw_size += text_pad;
|
| D | aoutx.h | 971 bfd_size_type data_pad, text_pad; local 994 text_pad = 0; 1002 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma) 1005 text_pad = ((- obj_textsec (abfd)->vma) 1013 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1021 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end; 1024 obj_textsec (abfd)->_raw_size += text_pad; 1025 text_end += text_pad; 1039 text_pad = data->vma - (text->vma + text->_raw_size); 1042 if (text_pad > 0) [all …]
|