OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textHdr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c
602
struct SectionHeader
textHdr
, dataHdr, ldrHdr;
606
ldrOffset = ULALIGN(sizeof (fileHdr) + sizeof (
textHdr
) +
622
memset(&
textHdr
, 0, sizeof (
textHdr
));
623
textHdr
.sectionName = sa_htobe32(-1);
624
textHdr
.sectionAddress = sa_htobe32(0);
625
textHdr
.execSize = sa_htobe32(elf_image_len);
626
textHdr
.initSize = sa_htobe32(elf_image_len);
627
textHdr
.rawSize = sa_htobe32(elf_image_len);
628
textHdr
.fileOffset = sa_htobe32(textOffset)
[
all
...]
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025