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

/art/runtime/
H A Delf.h1490 Elf32_Word getSymbol() const { return (r_info >> 8); } function in struct:Elf32_Rel
1493 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1507 Elf32_Word getSymbol() const { return (r_info >> 8); } function in struct:Elf32_Rela
1510 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1523 Elf64_Word getSymbol() const { return (r_info >> 32); } function in struct:Elf64_Rel
1528 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
1542 Elf64_Word getSymbol() const { return (r_info >> 32); } function in struct:Elf64_Rela
1547 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }

Completed in 54 milliseconds