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_ABS
(Results
1 - 25
of
72
) sorted by relevancy
1
2
3
/src/include/
nlist.h
61
#define
N_ABS
0x02 /* absolute address */
/src/tools/arm-elf2aout/
nlist.h
63
#define
N_ABS
0x02 /* absolute address */
/src/tools/m68k-elf2aout/
nlist.h
63
#define
N_ABS
0x02 /* absolute address */
/src/external/gpl3/gdb/dist/include/
bout.h
125
#define
N_ABS
2 /* Absolute symbol */
/src/external/gpl3/gdb.old/dist/include/
bout.h
125
#define
N_ABS
2 /* Absolute symbol */
/src/external/gpl3/binutils/dist/bfd/
aout-cris.c
171
r_index =
N_ABS
;
260
r_index =
N_ABS
;
aoutx.h
1397
case
N_ABS
:
1418
case
N_ABS
: case
N_ABS
| N_EXT:
1578
sym_pointer->e_type[0] |=
N_ABS
;
1625
case
N_ABS
: type = N_SETA; break;
1640
case
N_ABS
: type = N_WEAKA; break;
1983
r_index =
N_ABS
;
2062
r_index =
N_ABS
;
2141
case
N_ABS
: \
2142
case
N_ABS
| N_EXT:
[
all
...]
i386lynx.c
314
case
N_ABS
: \
315
case
N_ABS
| N_EXT: \
pdp11.c
178
#undef
N_ABS
188
#define
N_ABS
0x01 /* Absolute. */
1401
case
N_ABS
: case
N_ABS
| N_EXT:
1481
sym_pointer->e_type[0] |=
N_ABS
;
1876
case
N_ABS
: \
1877
case
N_ABS
| N_EXT: \
1906
r_index =
N_ABS
;
1921
r_index =
N_ABS
;
2709
|| type == (
N_ABS
| N_EXT)
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
aout-cris.c
171
r_index =
N_ABS
;
260
r_index =
N_ABS
;
aoutx.h
1397
case
N_ABS
:
1418
case
N_ABS
: case
N_ABS
| N_EXT:
1578
sym_pointer->e_type[0] |=
N_ABS
;
1625
case
N_ABS
: type = N_SETA; break;
1640
case
N_ABS
: type = N_WEAKA; break;
1983
r_index =
N_ABS
;
2062
r_index =
N_ABS
;
2141
case
N_ABS
: \
2142
case
N_ABS
| N_EXT:
[
all
...]
i386lynx.c
314
case
N_ABS
: \
315
case
N_ABS
| N_EXT: \
pdp11.c
178
#undef
N_ABS
188
#define
N_ABS
0x01 /* Absolute. */
1401
case
N_ABS
: case
N_ABS
| N_EXT:
1481
sym_pointer->e_type[0] |=
N_ABS
;
1876
case
N_ABS
: \
1877
case
N_ABS
| N_EXT: \
1906
r_index =
N_ABS
;
1921
r_index =
N_ABS
;
2709
|| type == (
N_ABS
| N_EXT)
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
nlist.d
95
N_ABS
= 0x2,
/src/external/gpl3/gdb/dist/bfd/
aout-cris.c
171
r_index =
N_ABS
;
260
r_index =
N_ABS
;
aoutx.h
1397
case
N_ABS
:
1418
case
N_ABS
: case
N_ABS
| N_EXT:
1578
sym_pointer->e_type[0] |=
N_ABS
;
1625
case
N_ABS
: type = N_SETA; break;
1640
case
N_ABS
: type = N_WEAKA; break;
1983
r_index =
N_ABS
;
2062
r_index =
N_ABS
;
2141
case
N_ABS
: \
2142
case
N_ABS
| N_EXT:
[
all
...]
i386lynx.c
314
case
N_ABS
: \
315
case
N_ABS
| N_EXT: \
pdp11.c
178
#undef
N_ABS
188
#define
N_ABS
0x01 /* Absolute. */
1401
case
N_ABS
: case
N_ABS
| N_EXT:
1481
sym_pointer->e_type[0] |=
N_ABS
;
1876
case
N_ABS
: \
1877
case
N_ABS
| N_EXT: \
1906
r_index =
N_ABS
;
1921
r_index =
N_ABS
;
2709
|| type == (
N_ABS
| N_EXT)
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
aout-cris.c
171
r_index =
N_ABS
;
260
r_index =
N_ABS
;
aoutx.h
1405
case
N_ABS
:
1426
case
N_ABS
: case
N_ABS
| N_EXT:
1586
sym_pointer->e_type[0] |=
N_ABS
;
1633
case
N_ABS
: type = N_SETA; break;
1648
case
N_ABS
: type = N_WEAKA; break;
1991
r_index =
N_ABS
;
2070
r_index =
N_ABS
;
2149
case
N_ABS
: \
2150
case
N_ABS
| N_EXT:
[
all
...]
i386lynx.c
314
case
N_ABS
: \
315
case
N_ABS
| N_EXT: \
/src/external/cddl/osnet/dist/head/
syms.h
77
#define
N_ABS
-1
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
XCOFF.h
34
enum ReservedSectionNum : int16_t { N_DEBUG = -2,
N_ABS
= -1, N_UNDEF = 0 };
/src/external/gpl3/binutils/dist/gprofng/src/
stab.h
63
#define
N_ABS
0x2 /* absolute */
/src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h
63
#define
N_ABS
0x2 /* absolute */
Completed in 65 milliseconds
1
2
3
Indexes created Tue Feb 24 08:35:24 UTC 2026