Home
last modified time | relevance | path

Searched defs:flat_hdr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dflat.h27 struct flat_hdr { struct
28 char magic[4];
29 unsigned long rev; /* version (as above) */
30 unsigned long entry; /* Offset of first executable instruction
32 unsigned long data_start; /* Offset of data segment from beginning of
34 unsigned long data_end; /* Offset of end of data segment
36 unsigned long bss_end; /* Offset of end of bss segment from beginning
41 unsigned long stack_size; /* Size of stack, in bytes */
42 unsigned long reloc_start; /* Offset of relocation records from
44 unsigned long reloc_count; /* Number of relocation records */
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h36906 struct flat_hdr { struct
36907 char magic[4];
36908 __be32 rev;
36909 __be32 entry;
36910 __be32 data_start;
36911 __be32 data_end;
36912 __be32 bss_end;
36913 __be32 stack_size;
36914 __be32 reloc_start;
36915 __be32 reloc_count;
[all …]
H A Dvmlinux.h36906 struct flat_hdr { struct
36907 char magic[4];
36908 __be32 rev;
36909 __be32 entry;
36910 __be32 data_start;
36911 __be32 data_end;
36912 __be32 bss_end;
36913 __be32 stack_size;
36914 __be32 reloc_start;
36915 __be32 reloc_count;
[all …]