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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 420 SectionData* bss_section = NULL; local
422 bss_section = bss_sect_hdr->getSectionData();
424 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
432 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 215 SectionData* bss_section = NULL; local
217 bss_section = bss_sect_hdr->getSectionData();
219 bss_section = IRBuilder::CreateSectionData(*bss_sect_hdr);
227 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_section, addralign);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.c 117 segT bss_section; variable
    [all...]
  /external/valgrind/perf/
tinycc.c 2330 static Section *text_section, *data_section, *bss_section; \/* predefined sections *\/ variable
    [all...]

Completed in 695 milliseconds