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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
ver_matching_def.cc 72 float sizeof_headers = 50.0; // V1 variable
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 52 bfd_vma minpagesize, bfd_vma sizeof_headers)
55 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
77 int sizeof_headers; local
85 /* We're doing linking, so evalute SIZEOF_HEADERS as in a linker script. */
86 sizeof_headers = bfd_sizeof_headers (abfd, info);
92 sizeof_headers = bed->s->sizeof_ehdr;
94 sizeof_headers += bed->s->sizeof_phdr;
188 sizeof_headers))
aout-target.h 478 #define MY_sizeof_headers NAME (aout, sizeof_headers)
libaout.h 565 extern int NAME (aout, sizeof_headers)
aout-tic30.c 936 #define MY_sizeof_headers NAME (aout, sizeof_headers)
    [all...]
elfcode.h 118 #define elf_sizeof_headers NAME(bfd_elf,sizeof_headers)
    [all...]
pdp11.c     [all...]
aoutx.h     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
srec.exp 227 global sizeof_headers
235 # If the linker script uses SIZEOF_HEADERS, use a -Ttext argument
240 if { $sizeof_headers } {
327 # See whether the default linker script uses SIZEOF_HEADERS.
329 set sizeof_headers [string match "*SIZEOF_HEADERS*" $exec_output]
  /toolchain/binutils/binutils-2.25/gold/
script-sections.h 285 header_size_adjustment(uint64_t lma, size_t sizeof_headers) const;
script-sections.cc 4247 size_t sizeof_headers = this->total_header_size(layout); local
    [all...]
layout.cc     [all...]

Completed in 211 milliseconds