Searched defs:Elf64_Sym (Results 1 – 15 of 15) sorted by relevance
844 struct Elf64_Sym { struct845 Elf64_Word st_name; // Symbol name (index into string table)846 unsigned char st_info; // Symbol's type and binding attributes847 unsigned char st_other; // Must be zero; reserved848 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in849 Elf64_Addr st_value; // Value or address associated with the symbol850 Elf64_Xword st_size; // Size of the symbol854 unsigned char getBinding() const { return st_info >> 4; } in getBinding()855 unsigned char getType() const { return st_info & 0x0f; } in getType()856 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()[all …]
840 struct Elf64_Sym { struct841 Elf64_Word st_name; // Symbol name (index into string table)842 unsigned char st_info; // Symbol's type and binding attributes843 unsigned char st_other; // Must be zero; reserved844 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in845 Elf64_Addr st_value; // Value or address associated with the symbol846 Elf64_Xword st_size; // Size of the symbol850 unsigned char getBinding() const { return st_info >> 4; } in getBinding()851 unsigned char getType() const { return st_info & 0x0f; } in getType()852 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()[all …]
1011 struct Elf64_Sym { struct1012 Elf64_Word st_name; // Symbol name (index into string table)1013 unsigned char st_info; // Symbol's type and binding attributes1014 unsigned char st_other; // Must be zero; reserved1015 Elf64_Half st_shndx; // Which section (header tbl index) it's defined in1016 Elf64_Addr st_value; // Value or address associated with the symbol1017 Elf64_Xword st_size; // Size of the symbol1021 unsigned char getBinding() const { return st_info >> 4; } in getBinding()1022 unsigned char getType() const { return st_info & 0x0f; } in getType()1023 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()[all …]
204 } Elf64_Sym; typedef
342 } Elf64_Sym; typedef
425 } Elf64_Sym; typedef
464 } Elf64_Sym; typedef
538 } Elf64_Sym; typedef
5052 typedef struct elf64_sym Elf64_Sym; typedef
5459 typedef struct elf64_sym Elf64_Sym; typedef
1284 typedef struct elf64_sym Elf64_Sym; typedef
7262 typedef struct elf64_sym Elf64_Sym; typedef