Searched defs:Elf32_Sym (Results 1 – 14 of 14) sorted by relevance
265 struct Elf32_Sym struct276 //! Macros for manipulating the st_info field of Elf32_Sym struct. argument
49 } Elf32_Sym; typedef
415 struct Elf32_Sym struct417 Elf32_Word st_name;418 Elf32_Addr st_value;419 Elf32_Word st_size;420 ubyte st_info;421 ubyte st_other;422 Elf32_Half st_shndx;
1085 struct Elf32_Sym { struct1086 Elf32_Word st_name; // Symbol name (index into string table)1087 Elf32_Addr st_value; // Value or address associated with the symbol1088 Elf32_Word st_size; // Size of the symbol1089 unsigned char st_info; // Symbol's type and binding attributes1090 unsigned char st_other; // Must be zero; reserved1091 Elf32_Half st_shndx; // Which section (header table index) it's defined in1095 unsigned char getBinding() const { return st_info >> 4; } in getBinding()1096 unsigned char getType() const { return st_info & 0x0f; } in getType()1097 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()[all …]
96 } Elf32_Sym; typedef
325 struct Elf32_Sym struct345 struct Elf32_Syminfo argument
366 } Elf32_Sym; typedef
396 } Elf32_Sym; typedef
491 } Elf32_Sym; typedef
493 } Elf32_Sym; typedef
585 } Elf32_Sym; typedef