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_BTMASK
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/binutils/
rdcoff.c
33
the
N_BTMASK
, etc., values. */
40
#define
N_BTMASK
(coff_data (abfd)->local_n_btmask)
119
if ((ntype & ~
N_BTMASK
) != 0)
/src/external/gpl3/binutils.old/dist/binutils/
rdcoff.c
33
the
N_BTMASK
, etc., values. */
40
#define
N_BTMASK
(coff_data (abfd)->local_n_btmask)
119
if ((ntype & ~
N_BTMASK
) != 0)
/src/external/gpl3/gcc/dist/gcc/
gsyms.h
89
N_BTMASK
= 017,
/src/external/gpl3/gcc.old/dist/gcc/
gsyms.h
89
N_BTMASK
= 017,
/src/external/cddl/osnet/dist/head/
syms.h
124
#define
N_BTMASK
017
137
#define BTYPE(x) ((x) &
N_BTMASK
)
155
#define INCREF(x) ((((x)&~
N_BTMASK
)<<N_TSHIFT)|(DT_PTR<<N_BTSHFT)|(x&
N_BTMASK
))
157
#define DECREF(x) ((((x)>>N_TSHIFT)&~
N_BTMASK
)|((x)&
N_BTMASK
))
/src/external/gpl3/binutils/dist/include/coff/
external.h
163
#ifndef
N_BTMASK
164
#define
N_BTMASK
0xf
ecoff.h
153
#define
N_BTMASK
(017)
rs6000.h
149
#define
N_BTMASK
(017)
rs6k64.h
140
#define
N_BTMASK
(017)
ti.h
417
#define
N_BTMASK
(017)
/src/external/gpl3/binutils.old/dist/include/coff/
external.h
173
#ifndef
N_BTMASK
174
#define
N_BTMASK
0xf
ecoff.h
153
#define
N_BTMASK
(017)
rs6000.h
149
#define
N_BTMASK
(017)
rs6k64.h
140
#define
N_BTMASK
(017)
ti.h
417
#define
N_BTMASK
(017)
/src/external/gpl3/gdb/dist/include/coff/
external.h
173
#ifndef
N_BTMASK
174
#define
N_BTMASK
0xf
ecoff.h
153
#define
N_BTMASK
(017)
rs6000.h
149
#define
N_BTMASK
(017)
rs6k64.h
140
#define
N_BTMASK
(017)
/src/external/gpl3/gdb.old/dist/include/coff/
external.h
173
#ifndef
N_BTMASK
174
#define
N_BTMASK
0xf
/src/external/gpl3/binutils/dist/bfd/
cofflink.c
56
#define
N_BTMASK
n_btmask
274
unsigned int
n_btmask
= coff_data (abfd)->local_n_btmask;
local
/src/external/gpl3/binutils.old/dist/bfd/
cofflink.c
56
#define
N_BTMASK
n_btmask
274
unsigned int
n_btmask
= coff_data (abfd)->local_n_btmask;
local
/src/external/gpl3/gdb/dist/bfd/
cofflink.c
55
#define
N_BTMASK
n_btmask
273
unsigned int
n_btmask
= coff_data (abfd)->local_n_btmask;
local
/src/external/gpl3/gdb.old/dist/bfd/
cofflink.c
55
#define
N_BTMASK
n_btmask
273
unsigned int
n_btmask
= coff_data (abfd)->local_n_btmask;
local
/src/external/gpl3/gdb/dist/gdb/
coffread.c
106
#define
N_BTMASK
local_n_btmask
1819
if (c_type & ~
N_BTMASK
)
Completed in 54 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026