Home
last modified time | relevance | path

Searched refs:aux_entry_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_impl.h42 typedef auxv32_t aux_entry_t; typedef
53 typedef auxv_t aux_entry_t;
H A Dold_notes.c73 + roundup(__KERN_NAUXV_IMPL * sizeof (aux_entry_t), in setup_old_note_header()
114 aux_entry_t auxv[__KERN_NAUXV_IMPL]; in write_old_elfnotes()
H A Delf.c258 aux_entry_t *aux; in elfexec()
286 aux_entry_t elfargs[__KERN_NAUXV_IMPL]; in elfexec()
447 args->auxsize = (9 + 5) * sizeof (aux_entry_t); in elfexec()
457 args->auxsize = (9 + 2) * sizeof (aux_entry_t); in elfexec()
459 args->auxsize = 9 * sizeof (aux_entry_t); in elfexec()
470 args->auxsize += sizeof (aux_entry_t); in elfexec()
478 args->auxsize += sizeof (aux_entry_t); in elfexec()
487 args->auxsize += 4 * sizeof (aux_entry_t); in elfexec()
841 ASSERT(postfixsize <= __KERN_NAUXV_IMPL * sizeof (aux_entry_t)); in elfexec()
881 num_auxv = postfixsize / sizeof (aux_entry_t); in elfexec()
H A Delf_notes.c104 + roundup(__KERN_NAUXV_IMPL * sizeof (aux_entry_t), sizeof (Word)) in setup_note_header()
180 aux_entry_t auxv[__KERN_NAUXV_IMPL]; in write_elfnotes()