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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stab.def 121 __define_stab (N_BINCL, 0x82, "BINCL")
132 This and N_BINCL act as brackets around the file's output.
146 /* Place holder for deleted include file. Replaces a N_BINCL and everything
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stab.def 121 __define_stab (N_BINCL, 0x82, "BINCL")
132 This and N_BINCL act as brackets around the file's output.
146 /* Place holder for deleted include file. Replaces a N_BINCL and everything
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stab.def 121 __define_stab (N_BINCL, 0x82, "BINCL")
132 This and N_BINCL act as brackets around the file's output.
146 /* Place holder for deleted include file. Replaces a N_BINCL and everything
  /toolchain/binutils/binutils-2.25/include/aout/
stab.def 161 __define_stab (N_BINCL, 0x82, "BINCL")
172 This and N_BINCL act as brackets around the file's output.
187 /* Place holder for deleted include file. Replaces a N_BINCL and everything
  /toolchain/binutils/binutils-2.25/bfd/
stabs.c 77 /* This structure is used to hold a list of N_BINCL symbols, some of
88 /* The type of this symbol (N_BINCL or N_EXCL). */
96 /* This is a linked list of N_BINCL symbols which should be
234 and identify N_BINCL symbols which can be eliminated. */
253 /* This symbol has already been handled by an N_BINCL pass. */
288 /* An N_BINCL symbol indicates the start of the stabs entries
293 if (type == (int) N_BINCL)
327 else if (incl_type == (int) N_BINCL)
384 ne->type = (int) N_BINCL;
435 else if (incl_type == (int) N_BINCL)
    [all...]
pdp11.c 192 /* A hash table used for header files with N_BINCL entries. */
    [all...]
aoutx.h     [all...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 180 {MachO::N_BINCL, "N_BINCL"}, {MachO::N_SOL, "N_SOL"},
  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 275 .Stab(N_BINCL, 150, 15694, 0xef65c659U,
  /external/llvm/include/llvm/Support/
MachO.h 368 N_BINCL = 0x82u,
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 541 {MachO::N_BINCL, "BINCL"},
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 73 /* A stack of unfinished N_BINCL files. */
75 /* A list of finished N_BINCL files. */
552 case N_BINCL:
560 /* End an N_BINCL include. */
566 /* This is a duplicate of a header file named by N_BINCL which
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 360 milliseconds