OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bfd_xcoff_magic_number
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
libxcoff.h
125
#define
bfd_xcoff_magic_number
(a) ((xcoff_backend (a)->_xcoff_magic_number))
macro
191
( (0x01EF == (
bfd_xcoff_magic_number
(a))) \
192
|| (0x01F7 == (
bfd_xcoff_magic_number
(a))))
195
#define bfd_xcoff_is_xcoff32(a) (0x01DF == (
bfd_xcoff_magic_number
(a)))
coff64-rs6000.c
880
internal_f.f_magic =
bfd_xcoff_magic_number
(abfd);
[
all
...]
coff-rs6000.c
[
all
...]
coffcode.h
[
all
...]
Completed in 196 milliseconds