Home
last modified time | relevance | path

Searched defs:scnhdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/boot/
H A Decoff.h22 typedef struct scnhdr { struct
23 char s_name[8]; /* section name */
24 int32_t s_paddr; /* physical address, aliased s_nlib */
25 int32_t s_vaddr; /* virtual address */
26 int32_t s_size; /* section size */
27 int32_t s_scnptr; /* file ptr to raw data for section */
28 int32_t s_relptr; /* file ptr to relocation */
29 int32_t s_lnnoptr; /* file ptr to gp histogram */
30 uint16_t s_nreloc; /* number of relocation entries */
31 uint16_t s_nlnno; /* number of gp histogram entries */
[all …]
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Da.out.h40 struct scnhdr struct
42 char s_name[8];
43 __u64 s_paddr;
44 __u64 s_vaddr;
45 __u64 s_size;
46 __u64 s_scnptr;
47 __u64 s_relptr;
48 __u64 s_lnnoptr;
49 __u16 s_nreloc;
50 __u16 s_nlnno;
[all …]