OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELOC_BITS3_EXTERN_BIG
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/coff/
mips.h
94
#define
RELOC_BITS3_EXTERN_BIG
0x01
/toolchain/binutils/binutils-2.25/bfd/
coff-mips.c
290
intern->r_extern = (ext->r_bits[3] &
RELOC_BITS3_EXTERN_BIG
) != 0;
331
| (intern->r_extern ?
RELOC_BITS3_EXTERN_BIG
: 0));
[
all
...]
Completed in 434 milliseconds