Searched defs:getType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Delf.h1404 unsigned char getType() const { return st_info & 0x0f; } function in struct:Elf32_Sym
1405 void setBinding(unsigned char b) { setBindingAndType(b, getType()); }
1428 unsigned char getType() const { return st_info & 0x0f; } function in struct:Elf64_Sym
1429 void setBinding(unsigned char b) { setBindingAndType(b, getType()); }
1489 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } function in struct:Elf32_Rel
1490 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); }
1506 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } function in struct:Elf32_Rela
1507 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); }
1522 Elf64_Word getType() const { function in struct:Elf64_Rel
1525 void setSymbol(Elf64_Word s) { setSymbolAndType(s, getType()); }
1541 Elf64_Word getType() const { function in struct:Elf64_Rela
[all...]

Completed in 51 milliseconds