Lines Matching defs:actionEntry
82 | | actionEntry | (ULEB128) | Action Table Index 1-based | |
83 | | | | actionEntry == 0 -> cleanup | |
95 | | actionEntry | (ULEB128) | Action Table Index 1-based | |
96 | | | | actionEntry == 0 -> cleanup | |
149 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
152 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
695 uintptr_t actionEntry = readULEB128(&callSitePtr);
700 uintptr_t actionEntry = readULEB128(&callSitePtr);
717 if (actionEntry == 0)
724 const uint8_t* action = actionTableStart + (actionEntry - 1);