Searched defs:Elf64_Sym (Results 1 – 8 of 8) sorted by relevance
827 struct Elf64_Sym { struct828 Elf64_Word st_name; // Symbol name (index into string table)829 unsigned char st_info; // Symbol's type and binding attributes830 unsigned char st_other; // Must be zero; reserved831 Elf64_Half st_shndx; // Which section (header table index) it's defined in832 Elf64_Addr st_value; // Value or address associated with the symbol833 Elf64_Xword st_size; // Size of the symbol837 unsigned char getBinding() const { return st_info >> 4; } in getBinding()838 unsigned char getType() const { return st_info & 0x0f; } in getType()839 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 …]
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 …]
57 } Elf64_Sym; typedef
198 } Elf64_Sym; typedef
424 } Elf64_Sym; typedef
425 } Elf64_Sym; typedef
394 } Elf64_Sym; typedef