Lines Matching defs:weak
126 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \
129 cmpl $0, MODS_FLAG(%rax); /* weak? */ \
130 je stubs_common_code; /* not weak */ \
143 .long weak; /* 0x20 */ \
146 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \
152 5: testb $MODS_WEAK, MODS_FLAG(%rax); /* weak? */ \
164 .long weak; /* 0x20 */ \
277 #define STUB_COMMON(module, fcnname, install_fcn, retfcn, weak) \
280 cmpl $0, MODS_FLAG(%eax); /* weak? */ \
281 je stubs_common_code; /* not weak */ \
294 .long weak; \
297 #define STUB_UNLOADABLE(module, fcnname, install_fcn, retfcn, weak) \
303 5: testb $MODS_WEAK, MODS_FLAG(%eax); /* weak? */ \
315 .long weak; /* 0x10 */ \
368 * "weak stub", don't load on account of this call
383 * "weak stub" for non-unloadable module, don't load on account of this call