Home
last modified time | relevance | path

Searched refs:NEW_AUX_ENT (Results 1 – 2 of 2) sorted by relevance

/fs/
Dbinfmt_elf_fdpic.c575 #define NEW_AUX_ENT(id, val) \ in create_elf_fdpic_tables() macro
587 NEW_AUX_ENT(AT_NULL, 0); in create_elf_fdpic_tables()
591 NEW_AUX_ENT(AT_PLATFORM, in create_elf_fdpic_tables()
598 NEW_AUX_ENT(AT_BASE_PLATFORM, in create_elf_fdpic_tables()
605 NEW_AUX_ENT(AT_EXECFD, bprm->interp_data); in create_elf_fdpic_tables()
610 NEW_AUX_ENT(AT_HWCAP, hwcap); in create_elf_fdpic_tables()
611 NEW_AUX_ENT(AT_PAGESZ, PAGE_SIZE); in create_elf_fdpic_tables()
612 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
613 NEW_AUX_ENT(AT_PHDR, exec_params->ph_addr); in create_elf_fdpic_tables()
614 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_fdpic_tables()
[all …]
Dbinfmt_elf.c213 #define NEW_AUX_ENT(id, val) \ in create_elf_tables() macro
228 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()
229 NEW_AUX_ENT(AT_PAGESZ, ELF_EXEC_PAGESIZE); in create_elf_tables()
230 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()
231 NEW_AUX_ENT(AT_PHDR, load_addr + exec->e_phoff); in create_elf_tables()
232 NEW_AUX_ENT(AT_PHENT, sizeof(struct elf_phdr)); in create_elf_tables()
233 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables()
234 NEW_AUX_ENT(AT_BASE, interp_load_addr); in create_elf_tables()
235 NEW_AUX_ENT(AT_FLAGS, 0); in create_elf_tables()
236 NEW_AUX_ENT(AT_ENTRY, exec->e_entry); in create_elf_tables()
[all …]