#include <linux/sched.h>
#include <asm/page.h>
#include <asm/string.h>
#include <uapi/asm/elf.h>
Go to the source code of this file.
#define ARCH_HAS_SETUP_ADDITIONAL_PAGES |
#define arch_randomize_brk arch_randomize_brk |
#define compat_elf_check_arch |
( |
|
x | ) |
((x)->e_machine == EM_PPC) |
Definition at line 21 of file elf.h.
#define CORE_DUMP_USE_REGSET |
Definition at line 23 of file elf.h.
Definition at line 77 of file elf.h.
#define elf_check_arch |
( |
|
x | ) |
((x)->e_machine == ELF_ARCH) |
Definition at line 20 of file elf.h.
#define ELF_CORE_COPY_REGS |
( |
|
gregs, |
|
|
|
regs |
|
) |
| ppc_elf_core_copy_regs(gregs, regs); |
Definition at line 56 of file elf.h.
Definition at line 32 of file elf.h.
Definition at line 24 of file elf.h.
Definition at line 63 of file elf.h.
Definition at line 69 of file elf.h.
#define elf_read_implies_exec |
( |
|
ex, |
|
|
|
exec_stk |
|
) |
| (exec_stk == EXSTACK_DEFAULT) |
#define PPC_ELF_CORE_COPY_REGS |
( |
|
elf_regs, |
|
|
|
regs |
|
) |
| |
Value:int i, nregs =
min(
sizeof(*
regs) /
sizeof(
unsigned long), \
for (
i = 0;
i < nregs;
i++) \
elf_regs[
i] = ((
unsigned long *)
regs)[
i]; \
memset(&elf_regs[
i], 0, (
ELF_NGREG - i) *
sizeof(elf_regs[0]))
Definition at line 43 of file elf.h.
Value:
Definition at line 123 of file elf.h.
Definition at line 58 of file elf.h.
unsigned long randomize_et_dyn |
( |
unsigned long |
base | ) |
|