OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_pad
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/bfd/
pdp11.c
862
bfd_size_type data_pad,
text_pad
;
local
885
text_pad
= 0;
893
text_pad
= ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
896
text_pad
= ((- obj_textsec (abfd)->vma)
904
text_pad
+= BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
912
text_pad
+= BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
916
obj_textsec (abfd)->size +=
text_pad
;
917
text_end +=
text_pad
;
928
text_pad
= (obj_datasec(abfd)->vma
931
obj_textsec(abfd)->size +=
text_pad
;
[
all
...]
aoutx.h
968
bfd_size_type data_pad,
text_pad
;
local
992
text_pad
= 0;
1000
text_pad
= ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
[
all
...]
Completed in 430 milliseconds