Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c1551 elf_addr_t *auxv = (elf_addr_t *) mm->saved_auxv; in fill_auxv_note() local
1555 while (auxv[i - 2] != AT_NULL); in fill_auxv_note()
1556 fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in fill_auxv_note()
1672 struct memelfnote auxv; member
1846 fill_auxv_note(&info->auxv, current->mm); in fill_note_info()
1847 info->size += notesize(&info->auxv); in fill_note_info()
1880 if (first && !writenote(&info->auxv, cprm)) in write_note_info()
Dbinfmt_elf_fdpic.c1569 elf_addr_t *auxv; in elf_fdpic_core_dump() local
1661 auxv = (elf_addr_t *) current->mm->saved_auxv; in elf_fdpic_core_dump()
1666 while (auxv[i - 2] != AT_NULL); in elf_fdpic_core_dump()
1668 i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump()