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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 113 delete sd.section_headers;
114 sd.section_headers = NULL;
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 190 static Elf_Internal_Shdr * section_headers;
568 return printable_section_name (section_headers + ndx);
579 if (streq (SECTION_NAME (section_headers + i), name))
580 return section_headers + i;
595 Elf_Internal_Shdr *sec = section_headers + i;
610 Elf_Internal_Shdr *sec = section_headers + i;
629 if (streq (SECTION_NAME (section_headers + i), name))
630 return section_headers + i;
188 static Elf_Internal_Shdr * section_headers; variable
    [all...]
  /art/runtime/
elf_file.cc 1428 std::vector<Elf_Shdr> section_headers; local
    [all...]
  /external/autotest/site_utils/suite_scheduler/
task.py 167 section_headers = allowed.union(dict(config.items(section)).keys())
168 if allowed != section_headers:
170 ", ".join(map(str, section_headers.difference(allowed))))
  /toolchain/binutils/binutils-2.25/gold/
object.cc 55 if (this->section_headers != NULL)
56 delete this->section_headers;
197 sd->section_headers = this->get_lasting_view(shoff, shnum * shdr_size,
201 const unsigned char* pshdrs = sd->section_headers->data();
281 memcpy(gc_sd->section_headers_data, sd->section_headers->data(),
736 const unsigned char* const pshdrs = sd->section_headers->data();
778 const unsigned char* const pshdrs = sd->section_headers->data();
    [all...]
dynobj.cc 352 const unsigned char* const pshdrs = sd->section_headers->data();
484 const unsigned char* pshdrs = sd->section_headers->data();
509 delete sd->section_headers;
510 sd->section_headers = NULL;
    [all...]
object.h 60 : section_headers(NULL), section_names(NULL), symbols(NULL),
67 File_view* section_headers; member in struct:gold::Read_symbols_data
    [all...]
powerpc.cc     [all...]
arm.cc     [all...]
mips.cc     [all...]

Completed in 430 milliseconds