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

  /toolchain/binutils/binutils-2.25/bfd/
pdp11.c 869 bfd_size_type data_pad, text_pad; local
892 text_pad = 0;
900 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
903 text_pad = ((- obj_textsec (abfd)->vma)
911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
923 obj_textsec (abfd)->size += text_pad;
924 text_end += text_pad;
935 text_pad = (obj_datasec(abfd)->vma
938 obj_textsec(abfd)->size += text_pad;
    [all...]
aoutx.h 958 bfd_size_type data_pad, text_pad; local
982 text_pad = 0;
990 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
993 text_pad = ((- obj_textsec (abfd)->vma)
1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
    [all...]

Completed in 50 milliseconds