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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 410 SectionData *bss_section = NULL; local
412 bss_section = bss_sect_hdr->getSectionData();
414 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
422 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 512 extern GTY(()) section *bss_section; variable
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 238 SectionData* bss_section = NULL; local
240 bss_section = bss_sect_hdr->getSectionData();
242 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
251 *bss_section,
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2330 static Section *text_section, *data_section, *bss_section; \/* predefined sections *\/ variable
    [all...]

Completed in 186 milliseconds