Searched refs:r_info (Results 1 – 1 of 1) sorted by relevance
1484 Elf32_Word r_info; // Symbol table index and type of relocation to apply member1488 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()1489 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()1493 r_info = (s << 8) + t; in setSymbolAndType()1500 Elf32_Word r_info; // Symbol table index and type of relocation to apply member1505 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()1506 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()1510 r_info = (s << 8) + t; in setSymbolAndType()1517 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member1521 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol()[all …]