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 …]
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 …]
814 struct Elf64_Sym struct816 Elf_Word st_name;817 unsigned char st_info;818 unsigned char st_other;819 Elf_Half st_shndx;820 Elf64_Addr st_value;821 Elf_Xword st_size;
1205 struct Elf64_Sym struct1207 Elf_Word st_name;1208 unsigned char st_info;1209 unsigned char st_other;1210 Elf_Half st_shndx;1211 Elf64_Addr st_value;1212 Elf_Xword st_size;
201 } Elf64_Sym; typedef
464 } Elf64_Sym; typedef
69 typedef struct Elf64_Sym Elf64_Sym; typedef
463 } Elf64_Sym; typedef
538 } Elf64_Sym; typedef
5052 typedef struct elf64_sym Elf64_Sym; typedef