Lines Matching refs:uint32_t
72 uint32_t e_version; /*Object file version */
76 uint32_t e_flags; /*Processor-specific flags */
88 uint32_t p_type; /* Type of segment */
89 uint32_t p_flags; /* Segment attributes */
101 uint32_t sh_name; /*Section name */
102 uint32_t sh_type; /*Section type */
107 uint32_t sh_link; /*Link to other section */
108 uint32_t sh_info; /*Miscellaneous information */
119 uint32_t e_version; /*Object file version */
120 uint32_t e_entry; /*Entry point address */
121 uint32_t e_phoff; /*Program header offset */
122 uint32_t e_shoff; /*Section header offset */
123 uint32_t e_flags; /*Processor-specific flags */
136 uint32_t p_type; /* Type of segment */
137 uint32_t p_offset; /* Offset in file */
138 uint32_t p_vaddr; /* Virtual address in memory */
139 uint32_t p_paddr; /* Physical address in memory */
140 uint32_t p_filesz; /* Size of segment in file */
141 uint32_t p_memsz; /* Size of segment in memory */
142 uint32_t p_flags; /* Segment attributes */
143 uint32_t p_align; /* Alignment of segment */
149 uint32_t sh_name;
150 uint32_t sh_type;
151 uint32_t sh_flags;
152 uint32_t sh_addr;
153 uint32_t sh_offset;
154 uint32_t sh_size;
155 uint32_t sh_link;
156 uint32_t sh_info;
157 uint32_t sh_addralign;
158 uint32_t sh_entsize;