OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psections
(Results
1 - 1
of
1
) 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
...]
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025