OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdre
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/x68k/stand/aout2hux/
aout2hux.c
375
#define
hdre
(&buf.u_elf)
macro
405
if (
hdre
->e_ident[EI_MAG0] != ELFMAG0 ||
406
hdre
->e_ident[EI_MAG1] != ELFMAG1 ||
407
hdre
->e_ident[EI_MAG2] != ELFMAG2 ||
408
hdre
->e_ident[EI_MAG3] != ELFMAG3 ||
409
hdre
->e_ident[EI_CLASS] != ELFCLASS32 ||
410
hdre
->e_ident[EI_DATA] != ELFDATA2MSB) {
425
if (open_elf(fn, fp,
hdre
, inf))
434
#undef
hdre
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025