Lines Matching full:const
23 static const size_t PDataEntrySize;
31 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool);
33 static const RingEntry Ring[];
35 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset,
37 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset,
39 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset,
41 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset,
43 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset,
45 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset,
47 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset,
49 bool opcode_1110110L(const uint8_t *Opcodes, unsigned &Offset,
51 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset,
53 bool opcode_11101111(const uint8_t *Opcodes, unsigned &Offset,
55 bool opcode_11110101(const uint8_t *Opcodes, unsigned &Offset,
57 bool opcode_11110110(const uint8_t *Opcodes, unsigned &Offset,
59 bool opcode_11110111(const uint8_t *Opcodes, unsigned &Offset,
61 bool opcode_11111000(const uint8_t *Opcodes, unsigned &Offset,
63 bool opcode_11111001(const uint8_t *Opcodes, unsigned &Offset,
65 bool opcode_11111010(const uint8_t *Opcodes, unsigned &Offset,
67 bool opcode_11111011(const uint8_t *Opcodes, unsigned &Offset,
69 bool opcode_11111100(const uint8_t *Opcodes, unsigned &Offset,
71 bool opcode_11111101(const uint8_t *Opcodes, unsigned &Offset,
73 bool opcode_11111110(const uint8_t *Opcodes, unsigned &Offset,
75 bool opcode_11111111(const uint8_t *Opcodes, unsigned &Offset,
81 void printRegisters(const std::pair<uint16_t, uint32_t> &RegisterMask);
84 getSectionContaining(const object::COFFObjectFile &COFF, uint64_t Address);
87 getSymbol(const object::COFFObjectFile &COFF, uint64_t Address,
91 getRelocatedSymbol(const object::COFFObjectFile &COFF,
92 const object::SectionRef &Section, uint64_t Offset);
94 bool dumpXDataRecord(const object::COFFObjectFile &COFF,
95 const object::SectionRef &Section,
97 bool dumpUnpackedEntry(const object::COFFObjectFile &COFF,
98 const object::SectionRef Section, uint64_t Offset,
99 unsigned Index, const RuntimeFunction &Entry);
100 bool dumpPackedEntry(const object::COFFObjectFile &COFF,
101 const object::SectionRef Section, uint64_t Offset,
102 unsigned Index, const RuntimeFunction &Entry);
103 bool dumpProcedureDataEntry(const object::COFFObjectFile &COFF,
104 const object::SectionRef Section, unsigned Entry,
106 void dumpProcedureData(const object::COFFObjectFile &COFF,
107 const object::SectionRef Section);
111 std::error_code dumpProcedureData(const object::COFFObjectFile &COFF);