Searched refs:r_info (Results 1 – 1 of 1) sorted by relevance
1486 Elf32_Word r_info; // Symbol table index and type of relocation to apply member1490 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()1491 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()1495 r_info = (s << 8) + t; in setSymbolAndType()1502 Elf32_Word r_info; // Symbol table index and type of relocation to apply member1507 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()1508 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()1512 r_info = (s << 8) + t; in setSymbolAndType()1519 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member1523 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol()[all …]