HomeSort by: relevance | last modified time | path
    Searched defs:psections (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
core_elf32.c 73 Elf_Phdr *psections; member in struct:writesegs_state
116 Elf_Phdr *psections; local in function:ELFNAMEEND
128 psections = NULL;
219 psectionssize = npsections * sizeof(*psections);
222 psections = kmem_zalloc(psectionssize, KM_SLEEP);
226 ws.psections = psections;
240 ws.psections->p_type = PT_NOTE;
241 ws.psections->p_offset = notestart;
242 ws.psections->p_vaddr = 0
    [all...]
core_elf32.c 73 Elf_Phdr *psections; member in struct:writesegs_state
116 Elf_Phdr *psections; local in function:ELFNAMEEND
128 psections = NULL;
219 psectionssize = npsections * sizeof(*psections);
222 psections = kmem_zalloc(psectionssize, KM_SLEEP);
226 ws.psections = psections;
240 ws.psections->p_type = PT_NOTE;
241 ws.psections->p_offset = notestart;
242 ws.psections->p_vaddr = 0
    [all...]

Completed in 22 milliseconds