OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BALNAME
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/
bout.h
166
#define
IS_BALNAME
(x) (N_BALNAME == (x))
/toolchain/binutils/binutils-2.25/bfd/
bout.c
253
if (
IS_BALNAME
((*a)->other) || IS_CALLNAME ((*b)->other))
255
if (IS_CALLNAME ((*a)->other) ||
IS_BALNAME
((*b)->other))
561
BFD_ASSERT (
IS_BALNAME
(balsym->other));
605
BFD_ASSERT (
IS_BALNAME
(balsym->other));
[
all
...]
Completed in 53 milliseconds