Lines Matching defs:Elf32_Word

33 typedef uint32_t Elf32_Word;
66 Elf32_Word e_version; // Must be equal to 1
70 Elf32_Word e_flags; // Processor-specific flags
1078 Elf32_Word sh_name; // Section name (index into string table)
1079 Elf32_Word sh_type; // Section type (SHT_*)
1080 Elf32_Word sh_flags; // Section flags (SHF_*)
1083 Elf32_Word sh_size; // Size of section, in bytes
1084 Elf32_Word sh_link; // Section type-specific header table index link
1085 Elf32_Word sh_info; // Section type-specific extra information
1086 Elf32_Word sh_addralign; // Section address alignment
1087 Elf32_Word sh_entsize; // Size of records contained within the section
1242 Elf32_Word st_name; // Symbol name (index into string table)
1244 Elf32_Word st_size; // Size of the symbol
1328 Elf32_Word r_info; // Symbol table index and type of relocation to apply
1332 Elf32_Word getSymbol() const { return (r_info >> 8); }
1334 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); }
1336 void setSymbolAndType(Elf32_Word s, unsigned char t) {
1344 Elf32_Word r_info; // Symbol table index and type of relocation to apply
1349 Elf32_Word getSymbol() const { return (r_info >> 8); }
1351 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); }
1353 void setSymbolAndType(Elf32_Word s, unsigned char t) {
1397 Elf32_Word p_type; // Type of segment
1401 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)
1402 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)
1403 Elf32_Word p_flags; // Segment flags
1404 Elf32_Word p_align; // Segment alignment constraint
1465 Elf32_Word d_val; // Integer value of entry.