drap_offset       223 tools/objtool/check.c 	state->drap_offset = -1;
drap_offset      1681 tools/objtool/check.c 			    state->drap_offset == -state->stack_size) {
drap_offset      1686 tools/objtool/check.c 				state->drap_offset = -1;
drap_offset      1702 tools/objtool/check.c 			    op->src.offset == state->drap_offset) {
drap_offset      1707 tools/objtool/check.c 				state->drap_offset = -1;
drap_offset      1751 tools/objtool/check.c 				state->drap_offset = -state->stack_size;
drap_offset      1786 tools/objtool/check.c 				state->drap_offset = op->dest.offset;
drap_offset      1878 tools/objtool/check.c 		 (state1->drap && state1->drap_offset != state2->drap_offset)) {
drap_offset      1881 tools/objtool/check.c 			  state1->drap, state1->drap_reg, state1->drap_offset,
drap_offset      1882 tools/objtool/check.c 			  state2->drap, state2->drap_reg, state2->drap_offset);
drap_offset        24 tools/objtool/check.h 	int drap_reg, drap_offset;