Searched refs:Elf32_Word (Results 1 – 6 of 6) sorted by relevance
29 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef49 Elf32_Word e_version; /* Version of the ELF format (currently 1) */53 Elf32_Word e_flags; /* Processor-specific flags */131 Elf32_Word p_type;135 Elf32_Word p_filesz;136 Elf32_Word p_memsz;137 Elf32_Word p_flags;138 Elf32_Word p_align;166 Elf32_Word sh_name; /*Index into the table section with strings for the section headers*/167 Elf32_Word sh_type; /* Type (refer to the definitions below) */[all …]
103 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb)
38 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef58 Elf32_Word e_version; /* Version of the ELF format (currently 1) */62 Elf32_Word e_flags; /* Processor-specific flags */140 Elf32_Word p_type;144 Elf32_Word p_filesz;145 Elf32_Word p_memsz;146 Elf32_Word p_flags;147 Elf32_Word p_align;180 …Elf32_Word sh_name; /*Index into the table section with strings for the section headers*/181 Elf32_Word sh_type; /* Type (refer to the definitions below) */[all …]
29 typedef u32 Elf32_Word; /* size:4, align:4 Unsigned large int */ typedef49 Elf32_Word e_version; /* Version of the ELF format (currently 1) */53 Elf32_Word e_flags; /* Processor-specific flags */131 Elf32_Word p_type;135 Elf32_Word p_filesz;136 Elf32_Word p_memsz;137 Elf32_Word p_flags;138 Elf32_Word p_align;166 …Elf32_Word sh_name; /*Index to an entry in the table section with section header strings…167 Elf32_Word sh_type; /* Type (refer to the definitions below) */[all …]
102 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb)
105 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb) in load_elf32_word()