OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N_LBRAC
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/include/
stab.h
62
#define
N_LBRAC
0xc0 /* left bracket */
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
stab.d
80
N_LBRAC
= 0xc0, /// left bracket: 0,,NO_SECT,nesting level,address
/src/external/gpl3/binutils/dist/include/aout/
stab.def
183
The variables declared inside the block *precede* the
N_LBRAC
symbol.
185
__define_stab (
N_LBRAC
, 0xc0, "LBRAC")
199
/* End of a lexical block. Desc matches the
N_LBRAC
's desc.
/src/external/gpl3/binutils.old/dist/include/aout/
stab.def
183
The variables declared inside the block *precede* the
N_LBRAC
symbol.
185
__define_stab (
N_LBRAC
, 0xc0, "LBRAC")
199
/* End of a lexical block. Desc matches the
N_LBRAC
's desc.
/src/external/gpl3/gcc.old/dist/gcc/
stab.def
148
The variables declared inside the block *precede* the
N_LBRAC
symbol. */
149
__define_stab (
N_LBRAC
, 0xc0, "LBRAC")
160
/* End of a lexical block. Desc matches the
N_LBRAC
's desc.
xcoffout.cc
263
case
N_LBRAC
:
264
UNKNOWN_STAB ("
N_LBRAC
");
dbxout.cc
3716
/* Subroutine of dbxout_block. Emit an
N_LBRAC
stab referencing LABEL.
3723
dbxout_begin_stabn (
N_LBRAC
);
3805
/* In dbx format, the syms of a block come before the
N_LBRAC
.
3806
If nothing is output, we don't need the
N_LBRAC
, either. */
3813
/* Now output an
N_LBRAC
symbol to represent the beginning of
/src/external/gpl3/gdb.old/dist/include/aout/
stab.def
183
The variables declared inside the block *precede* the
N_LBRAC
symbol.
185
__define_stab (
N_LBRAC
, 0xc0, "LBRAC")
199
/* End of a lexical block. Desc matches the
N_LBRAC
's desc.
/src/external/gpl3/gdb/dist/include/aout/
stab.def
183
The variables declared inside the block *precede* the
N_LBRAC
symbol.
185
__define_stab (
N_LBRAC
, 0xc0, "LBRAC")
199
/* End of a lexical block. Desc matches the
N_LBRAC
's desc.
/src/external/gpl3/binutils/dist/gprofng/src/
stab.h
116
#define
N_LBRAC
0xc0 /* left bracket: 0,,0,nesting level,function relative */
Stabs.cc
1152
case
N_LBRAC
:
1775
case
N_LBRAC
:
2231
RET_S (
N_LBRAC
);
/src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h
116
#define
N_LBRAC
0xc0 /* left bracket: 0,,0,nesting level,function relative */
Stabs.cc
1152
case
N_LBRAC
:
1775
case
N_LBRAC
:
2231
RET_S (
N_LBRAC
);
/src/external/bsd/pcc/dist/pcc/cc/ccom/
stabs.c
65
#define
N_LBRAC
0xc0 /* left bracket */
220
N_LBRAC
, blklvl, stablbl, stablbl);
223
N_LBRAC
, blklvl, stablbl, curfun, stablbl);
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
stabs.c
65
#define
N_LBRAC
0xc0 /* left bracket */
220
N_LBRAC
, blklvl, stablbl, stablbl);
223
N_LBRAC
, blklvl, stablbl, curfun, stablbl);
/src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h
133
#define
N_LBRAC
0xc0 /* left bracket: 0,,0,nesting level,function relative */
stabs.c
221
if (stab->n_type ==
N_LBRAC
) {
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp
231
{MachO::
N_LBRAC
, "
N_LBRAC
"}, {MachO::N_EXCL, "N_EXCL"},
/src/external/gpl3/binutils/dist/binutils/
wrstabs.c
2161
if (! stab_write_symbol (info,
N_LBRAC
, 0, info->pending_lbrac,
2186
if (! stab_write_symbol (info,
N_LBRAC
, 0, info->pending_lbrac,
stabs.c
60
relative
N_LBRAC
and N_RBRAC symbols. */
63
function relative
N_LBRAC
and N_RBRAC symbols. */
101
definitions seen before the
N_LBRAC
of a block. */
456
/* Generally, for stabs in the symbol table, the
N_LBRAC
and
479
case
N_LBRAC
:
486
fprintf (stderr, _("
N_LBRAC
not within function\n"));
3380
block before the
N_LBRAC
, so we must hold onto them until we see
3382
N_LBRAC
, so we can call debug_record_variable immediately. */
3409
N_LBRAC
that starts the block. */
/src/external/gpl3/binutils.old/dist/binutils/
wrstabs.c
2163
if (! stab_write_symbol (info,
N_LBRAC
, 0, info->pending_lbrac,
2188
if (! stab_write_symbol (info,
N_LBRAC
, 0, info->pending_lbrac,
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
200
complaint (_("
N_LBRAC
/N_RBRAC symbol mismatch at symtab pos %d"), arg1);
2178
case
N_LBRAC
:
2434
used because in Solaris 2,
N_LBRAC
, N_RBRAC, and N_SLINE entries
2532
case
N_LBRAC
:
2547
context that was started with
N_LBRAC
. */
2568
2000 would output N_LSYM entries after
N_LBRAC
2571
complaint (_("misplaced
N_LBRAC
entry; discarding local "
2874
complaint (_("unmatched
N_LBRAC
before symtab pos %d"),
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
200
complaint (_("
N_LBRAC
/N_RBRAC symbol mismatch at symtab pos %d"), arg1);
2178
case
N_LBRAC
:
2436
used because in Solaris 2,
N_LBRAC
, N_RBRAC, and N_SLINE entries
2534
case
N_LBRAC
:
2549
context that was started with
N_LBRAC
. */
2570
2000 would output N_LSYM entries after
N_LBRAC
2573
complaint (_("misplaced
N_LBRAC
entry; discarding local "
2876
complaint (_("unmatched
N_LBRAC
before symtab pos %d"),
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
379
N_LBRAC
= 0xC0u,
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
673
{MachO::
N_LBRAC
, "LBRAC"},
Completed in 58 milliseconds
1
2
Indexes created Sat Sep 26 00:25:34 UTC 2026