arch/um/include/shared/elf_user.h

Source file repositories/reference/linux-study-clean/arch/um/include/shared/elf_user.h

File Facts

System
Linux kernel
Corpus path
arch/um/include/shared/elf_user.h
Extension
.h
Size
398 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/um
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __ELF_USER_H__
#define __ELF_USER_H__

/* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4)  */

#ifndef AT_SYSINFO
#define AT_SYSINFO 32
#endif
#ifndef AT_SYSINFO_EHDR
#define AT_SYSINFO_EHDR 33
#endif

#endif

Annotation

Implementation Notes