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

  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_unittest.cc 113 delete sd.section_headers;
114 sd.section_headers = NULL;
  /external/skia/src/jumper/
build_stages.py 135 section_headers = subprocess.check_output(cmd + ['-h', dot_o])
137 if snippet in section_headers:
139 assert snippet not in section_headers
  /external/skqp/src/jumper/
build_stages.py 135 section_headers = subprocess.check_output(cmd + ['-h', dot_o])
137 if snippet in section_headers:
139 assert snippet not in section_headers
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 196 static Elf_Internal_Shdr * section_headers;
619 return printable_section_name (section_headers + ndx);
630 if (streq (SECTION_NAME (section_headers + i), name))
631 return section_headers + i;
646 Elf_Internal_Shdr *sec = section_headers + i;
661 Elf_Internal_Shdr *sec = section_headers + i;
680 if (streq (SECTION_NAME (section_headers + i), name))
681 return section_headers + i;
194 static Elf_Internal_Shdr * section_headers; variable
    [all...]
  /art/runtime/
elf_file.cc 1441 std::vector<Elf_Shdr> section_headers; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
object.cc 56 if (this->section_headers != NULL)
57 delete this->section_headers;
198 sd->section_headers = this->get_lasting_view(shoff, shnum * shdr_size,
202 const unsigned char* pshdrs = sd->section_headers->data();
319 memcpy(gc_sd->section_headers_data, sd->section_headers->data(),
803 const unsigned char* const pshdrs = sd->section_headers->data();
842 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 61 : section_headers(NULL), section_names(NULL), symbols(NULL),
68 File_view* section_headers; member in struct:gold::Read_symbols_data
    [all...]
powerpc.cc     [all...]
arm.cc     [all...]
mips.cc     [all...]

Completed in 446 milliseconds