Home
last modified time | relevance | path

Searched refs:r_info (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Delf.h1485 Elf32_Word r_info; // Symbol table index and type of relocation to apply member
1489 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()
1490 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()
1494 r_info = (s << 8) + t; in setSymbolAndType()
1501 Elf32_Word r_info; // Symbol table index and type of relocation to apply member
1506 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()
1507 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()
1511 r_info = (s << 8) + t; in setSymbolAndType()
1518 Elf64_Xword r_info; // Symbol table index and type of relocation to apply. member
1522 Elf64_Word getSymbol() const { return (r_info >> 32); } in getSymbol()
[all …]