OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:psectionssize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
core_elf32.c
120
size_t
psectionssize
;
local
222
psectionssize
= npsections * sizeof(*psections);
223
notestart = ehdr.e_phoff +
psectionssize
;
225
psections = kmem_zalloc(
psectionssize
, KM_SLEEP);
255
psectionssize
), SET_ERROR(ENOSYS), error);
299
kmem_free(psections,
psectionssize
);
core_elf32.c
120
size_t
psectionssize
;
local
222
psectionssize
= npsections * sizeof(*psections);
223
notestart = ehdr.e_phoff +
psectionssize
;
225
psections = kmem_zalloc(
psectionssize
, KM_SLEEP);
255
psectionssize
), SET_ERROR(ENOSYS), error);
299
kmem_free(psections,
psectionssize
);
Completed in 106 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026