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

  /toolchain/binutils/binutils-2.27/ld/scripttempl/
elf32cr16c.sc 49 .nbss (NOLOAD) : { __NBSS_START = .; *(.nbss_4) *(.nbss_2) *(.nbss_1) *(.ncommon) __NBSS_END = .; } > near_ram
  /toolchain/binutils/binutils-2.27/bfd/
elf32-cr16c.c 807 Second is for near common symbols (placed in "ncommon" section).
828 else if (strcmp (bfd_get_section_name (abfd, sec), ".ncommon") == 0)
870 cr16c_elf_ncom_section.name = ".ncommon";
875 cr16c_elf_ncom_symbol.name = ".ncommon";
908 *secp = bfd_make_section_old_way (abfd, ".ncommon");
932 else if (strcmp (input_sec->name, ".ncommon") == 0)
  /external/valgrind/helgrind/
libhb_core.c 2373 UInt ncommon = 0; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 349 tmp = tmp + "\nCommon causes for lock verification issues are non-optimized dex code\n"
    [all...]

Completed in 138 milliseconds