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

  /external/chromium_org/base/win/
sampling_profiler_unittest.cc 37 const IMAGE_SECTION_HEADER* text_section = image.GetSectionHeader(0); local
39 reinterpret_cast<const char*>(text_section->Name),
40 arraysize(text_section->Name)));
41 ASSERT_NE(0U, text_section->Characteristics & IMAGE_SCN_MEM_EXECUTE);
44 text_section->VirtualAddress;
45 code_size = text_section->Misc.VirtualSize;
  /art/compiler/
elf_writer_mclinker.cc 189 // TODO: ownership of text_section?
190 mcld::LDSection* text_section = ir_builder_->CreateELFHeader(*oat_input_, local
196 CHECK(text_section != NULL);
198 mcld::SectionData* text_sectiondata = ir_builder_->CreateSectionData(*text_section);
214 text_section);
223 text_section);
233 text_section);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 568 extern GTY(()) section *text_section; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 568 extern GTY(()) section *text_section; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 568 extern GTY(()) section *text_section; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 568 extern GTY(()) section *text_section; variable
  /external/valgrind/main/perf/
tinycc.c 2330 static Section *text_section, *data_section, *bss_section; \/* predefined sections *\/ variable
    [all...]

Completed in 405 milliseconds