Searched refs:text_pad (Results 1 - 2 of 2) sorted by last modified time

/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutx.h970 bfd_size_type data_pad, text_pad; variable
993 text_pad = 0;
1001 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
1004 text_pad = ((- obj_textsec (abfd)->vma)
1012 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1020 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1023 obj_textsec (abfd)->size += text_pad;
1024 text_end += text_pad;
1038 text_pad = data->vma - (text->vma + text->size);
1041 if (text_pad >
[all...]
H A Dpdp11.c1128 bfd_size_type data_pad, text_pad; local
1151 text_pad = 0;
1159 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
1162 text_pad = ((- obj_textsec (abfd)->vma)
1170 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1178 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1182 obj_textsec (abfd)->size += text_pad;
1183 text_end += text_pad;
1194 text_pad = (obj_datasec(abfd)->vma
1197 obj_textsec(abfd)->size += text_pad;
[all...]

Completed in 60 milliseconds