HomeSort by relevance Sort by last modified time
    Searched full:sbss (Results 301 - 325 of 384) sorted by null

<<111213141516

  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go 826 if s.Type == sym.SBSS {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go 826 if s.Type == sym.SBSS {
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ChangeLog-9899 69 (.rel.sbss): Make like .rel.bss.
70 (.rela.sbss): Make like .rel.bss.
73 (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS,
106 (.sbss): Accept sections names .sbss.*
    [all...]
ChangeLog-2005     [all...]
ChangeLog-0001 162 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
198 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
810 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
    [all...]
  /toolchain/binutils/binutils-2.27/include/coff/
ecoff.h 58 #define _SBSS ".sbss"
  /toolchain/binutils/binutils-2.27/bfd/
elf32-nios2.c 1825 asection *sbss; member in struct:elf32_nios2_link_hash_table
    [all...]
coff-alpha.c 782 && (strcmp (sec->name, ".sbss") == 0
    [all...]
coff-mips.c 835 bfd_get_section_by_name (input_bfd, ".sbss");
1050 else if (strcmp (name, ".sbss") == 0)
    [all...]
elf32-ppc.c 3272 asection *sbss; member in struct:ppc_elf_link_hash_table
    [all...]
elf32-microblaze.c     [all...]
elf64-alpha.c     [all...]
ChangeLog-2005     [all...]
ChangeLog-9899     [all...]
ecoff.c 762 asym->section = bfd_make_section_old_way (abfd, ".sbss");
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m32r.c 709 we don't want the initial section to be .sbss]. */
713 /* The sbss section is for local .scomm symbols. */
714 sbss_section = subseg_new (".sbss", 0);
    [all...]
tc-score7.c     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 132 Name == ".sbss" ||
133 Name.startswith(".sbss.") ||
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 472 SHO_SMALL_BSS, // .sbss
  /toolchain/binutils/binutils-2.27/gas/doc/
c-alpha.texi 113 while smaller symbols are placed in @code{.sbss}.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
elf-reloc-8.d 276 0*00009cc GPREL16 \.sbss
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
elf32sh-symbian.sc 62 # .sbss .gnu.linkonce.sb.foo
  /toolchain/binutils/binutils-2.27/gold/
layout.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
objfile.go 134 case objabi.SBSS, objabi.SNOPTRBSS, objabi.STLSBSS:
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
objfile.go 134 case objabi.SBSS, objabi.SNOPTRBSS, objabi.STLSBSS:

Completed in 1782 milliseconds

<<111213141516