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

  /toolchain/binutils/binutils-2.27/gold/testsuite/
ver_matching_def.cc 72 float sizeof_headers = 50.0; // V1 variable
  /toolchain/binutils/binutils-2.27/bfd/
elf-nacl.c 50 bfd_vma minpagesize, bfd_vma sizeof_headers)
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
75 int sizeof_headers; local
83 /* We're doing linking, so evalute SIZEOF_HEADERS as in a linker script. */
84 sizeof_headers = bfd_sizeof_headers (abfd, info);
90 sizeof_headers = bed->s->sizeof_ehdr;
92 sizeof_headers += bed->s->sizeof_phdr;
186 sizeof_headers))
  /toolchain/binutils/binutils-2.27/gold/
script-sections.cc 4377 size_t sizeof_headers = this->total_header_size(layout); local
    [all...]

Completed in 69 milliseconds