OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_EXT
(Results
1 - 15
of
15
) sorted by relevancy
/src/include/
nlist.h
73
#define N_FN 0x1e /* file name (
N_EXT
on) */
74
#define N_WARN 0x1e /* warning message (
N_EXT
off) */
76
#define
N_EXT
0x01 /* external (global) bit, OR'ed in */
/src/tools/arm-elf2aout/
nlist.h
75
#define N_FN 0x1e /* file name (
N_EXT
on) */
76
#define N_WARN 0x1e /* warning message (
N_EXT
off) */
78
#define
N_EXT
0x01 /* external (global) bit, OR'ed in */
/src/tools/m68k-elf2aout/
nlist.h
75
#define N_FN 0x1e /* file name (
N_EXT
on) */
76
#define N_WARN 0x1e /* warning message (
N_EXT
off) */
78
#define
N_EXT
0x01 /* external (global) bit, OR'ed in */
/src/external/gpl3/gdb.old/dist/include/
bout.h
131
#define
N_EXT
1 /* External symbol (OR'd in with one of above) */
/src/external/gpl3/binutils/dist/gprofng/src/
stab.h
69
#define
N_EXT
01 /* external bit, or'ed in */
/src/external/gpl3/binutils/dist/include/aout/
aout64.h
290
/* Note:
N_EXT
can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
293
#define
N_EXT
1 /* External symbol (as opposed to local-to-this-file). */
398
(the
N_EXT
bit may be set also, but signifies nothing). */
/src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h
69
#define
N_EXT
01 /* external bit, or'ed in */
/src/external/gpl3/binutils.old/dist/include/aout/
aout64.h
290
/* Note:
N_EXT
can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
293
#define
N_EXT
1 /* External symbol (as opposed to local-to-this-file). */
398
(the
N_EXT
bit may be set also, but signifies nothing). */
/src/external/gpl3/gdb.old/dist/include/aout/
aout64.h
290
/* Note:
N_EXT
can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
293
#define
N_EXT
1 /* External symbol (as opposed to local-to-this-file). */
398
(the
N_EXT
bit may be set also, but signifies nothing). */
/src/external/gpl3/gdb/dist/include/aout/
aout64.h
290
/* Note:
N_EXT
can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
293
#define
N_EXT
1 /* External symbol (as opposed to local-to-this-file). */
398
(the
N_EXT
bit may be set also, but signifies nothing). */
/src/external/gpl3/binutils/dist/bfd/
pdp11.c
170
those defined in aout64.h so we must redefine them here.
N_EXT
changes from
172
between undefined externals (N_UNDF+
N_EXT
) vs. global variables (N_GYSM) and
173
between external bss symbols (N_BSS+
N_EXT
) vs. function names (N_FUN). We
184
#undef
N_EXT
194
#define
N_EXT
0x20 /* External flag. */
333
(undefined externals N_UNDF+
N_EXT
vs. global variables N_GYSM and external
334
bss symbols N_BSS+
N_EXT
vs. function names N_FUN) with a hack to look for
1393
if ((cache_ptr->type &
N_EXT
) == 0)
1401
case N_ABS: case N_ABS |
N_EXT
:
1406
case N_UNDF |
N_EXT
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
pdp11.c
170
those defined in aout64.h so we must redefine them here.
N_EXT
changes from
172
between undefined externals (N_UNDF+
N_EXT
) vs. global variables (N_GYSM) and
173
between external bss symbols (N_BSS+
N_EXT
) vs. function names (N_FUN). We
184
#undef
N_EXT
194
#define
N_EXT
0x20 /* External flag. */
333
(undefined externals N_UNDF+
N_EXT
vs. global variables N_GYSM and external
334
bss symbols N_BSS+
N_EXT
vs. function names N_FUN) with a hack to look for
1393
if ((cache_ptr->type &
N_EXT
) == 0)
1401
case N_ABS: case N_ABS |
N_EXT
:
1406
case N_UNDF |
N_EXT
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
pdp11.c
170
those defined in aout64.h so we must redefine them here.
N_EXT
changes from
172
between undefined externals (N_UNDF+
N_EXT
) vs. global variables (N_GYSM) and
173
between external bss symbols (N_BSS+
N_EXT
) vs. function names (N_FUN). We
184
#undef
N_EXT
194
#define
N_EXT
0x20 /* External flag. */
333
(undefined externals N_UNDF+
N_EXT
vs. global variables N_GYSM and external
334
bss symbols N_BSS+
N_EXT
vs. function names N_FUN) with a hack to look for
1393
if ((cache_ptr->type &
N_EXT
) == 0)
1401
case N_ABS: case N_ABS |
N_EXT
:
1406
case N_UNDF |
N_EXT
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
pdp11.c
170
those defined in aout64.h so we must redefine them here.
N_EXT
changes from
172
between undefined externals (N_UNDF+
N_EXT
) vs. global variables (N_GYSM) and
173
between external bss symbols (N_BSS+
N_EXT
) vs. function names (N_FUN). We
184
#undef
N_EXT
194
#define
N_EXT
0x20 /* External flag. */
333
(undefined externals N_UNDF+
N_EXT
vs. global variables N_GYSM and external
334
bss symbols N_BSS+
N_EXT
vs. function names N_FUN) with a hack to look for
1393
if ((cache_ptr->type &
N_EXT
) == 0)
1401
case N_ABS: case N_ABS |
N_EXT
:
1406
case N_UNDF |
N_EXT
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
304
N_EXT
= 0x01
Completed in 81 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026