Lines Matching refs:be_uint32_t
33 be_uint32_t a_magic; /* encoded magic number */
34 be_uint32_t a_text; /* size of text section */
35 be_uint32_t a_data; /* size of data section */
36 be_uint32_t a_bss; /* size of bss */
37 be_uint32_t a_syms; /* size of symbol table */
38 be_uint32_t a_entry; /* entry point address */
39 be_uint32_t a_trsize; /* size of text relocation */
40 be_uint32_t a_drsize; /* size of data relocation */
102 be_uint32_t e_version;
104 be_uint32_t e_entry; /* entry address */
105 be_uint32_t e_phoff; /* program header address */
106 be_uint32_t e_shoff;
107 be_uint32_t e_flags;
122 be_uint32_t sh_name;
123 be_uint32_t sh_type;
125 be_uint32_t sh_flags;
129 be_uint32_t sh_addr;
130 be_uint32_t sh_offset;
131 be_uint32_t sh_size;
132 be_uint32_t sh_link;
133 be_uint32_t sh_info;
134 be_uint32_t sh_addralign;
135 be_uint32_t sh_entsize;
150 be_uint32_t p_type; /* type of segment */
152 be_uint32_t p_offset; /* file offset */
153 be_uint32_t p_vaddr; /* virtual address */
154 be_uint32_t p_paddr; /* physical address (ignored) */
155 be_uint32_t p_filesz; /* size on file */
156 be_uint32_t p_memsz; /* size on memory */
157 be_uint32_t p_flags;
161 be_uint32_t p_align;