OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_entrypoint
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
71
static uint32_t
image_entrypoint
= 0;
variable in typeref:typename:uint32_t
348
hdr->ih_ep = htobe32(
image_entrypoint
);
396
hdr->text_offset = htole64(
image_entrypoint
);
500
image_entrypoint
= (uint32_t)num;
502
image_entrypoint
= bswap32(
image_entrypoint
);
536
if (
image_entrypoint
== 0)
537
image_entrypoint
= image_loadaddr;
mkubootimage.c
71
static uint32_t
image_entrypoint
= 0;
variable in typeref:typename:uint32_t
348
hdr->ih_ep = htobe32(
image_entrypoint
);
396
hdr->text_offset = htole64(
image_entrypoint
);
500
image_entrypoint
= (uint32_t)num;
502
image_entrypoint
= bswap32(
image_entrypoint
);
536
if (
image_entrypoint
== 0)
537
image_entrypoint
= image_loadaddr;
Completed in 24 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025