OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECOFF_MAGIC_MIPSEB
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c
44
#define
ECOFF_MAGIC_MIPSEB
0x0160
99
if (COFF_GET_HALF(file.f_magic) !=
ECOFF_MAGIC_MIPSEB
) {
bootxx.c
182
else if (mag ==
ECOFF_MAGIC_MIPSEB
)
/src/sys/arch/mips/include/
ecoff_machdep.h
59
#define
ECOFF_MAGIC_MIPSEB
0x0160 /* mips1, big-endian */
71
#define ECOFF_BADMAG(ep) ((ep)->f.f_magic !=
ECOFF_MAGIC_MIPSEB
)
/src/tools/mips-elf2ecoff/machine/
ecoff_machdep.h
59
#define
ECOFF_MAGIC_MIPSEB
0x0160 /* mips1, big-endian */
71
#define ECOFF_BADMAG(ep) ((ep)->f.f_magic !=
ECOFF_MAGIC_MIPSEB
)
/src/usr.bin/elf2ecoff/
elf2ecoff.c
313
ep.f.f_magic =
ECOFF_MAGIC_MIPSEB
;
Completed in 15 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025