Home | History | Annotate | Download | only in Object

Lines Matching defs:Opcode

1542     // Parse next opcode and set up next loop.
1545 uint8_t Opcode = Byte & MachO::REBASE_OPCODE_MASK;
1546 switch (Opcode) {
1713 // Parse next opcode and set up next loop.
1716 uint8_t Opcode = Byte & MachO::BIND_OPCODE_MASK;
1719 switch (Opcode) {
1722 // Lazying bindings have a DONE opcode between entries. Need to ignore