Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dcore_elf32.c73 Elf_Phdr *psections; member
116 Elf_Phdr *psections; in ELFNAMEEND() local
128 psections = NULL; in ELFNAMEEND()
219 psectionssize = npsections * sizeof(*psections); in ELFNAMEEND()
222 psections = kmem_zalloc(psectionssize, KM_SLEEP); in ELFNAMEEND()
226 ws.psections = psections; in ELFNAMEEND()
240 ws.psections->p_type = PT_NOTE; in ELFNAMEEND()
241 ws.psections->p_offset = notestart; in ELFNAMEEND()
242 ws.psections->p_vaddr = 0; in ELFNAMEEND()
243 ws.psections->p_paddr = 0; in ELFNAMEEND()
[all …]