OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psectionssize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
core_elf32.c
117
size_t
psectionssize
;
local in function:ELFNAMEEND
219
psectionssize
= npsections * sizeof(*psections);
220
notestart = ehdr.e_phoff +
psectionssize
;
222
psections = kmem_zalloc(
psectionssize
, KM_SLEEP);
251
psectionssize
), ENOSYS, error);
295
kmem_free(psections,
psectionssize
);
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025