Searched refs:LSX_DLFUNC_IS_STUB (Results 1 – 2 of 2) sorted by relevance
771 if (LSX_DLFUNC_IS_STUB(p, lame_get_id3v2_tag)) in rewrite_id3v2_tag()803 if (LSX_DLFUNC_IS_STUB(p, id3tag_set_pad)) in rewrite_id3v2_tag()1003 if (!LSX_DLFUNC_IS_STUB(p, id3tag_init)) in startwrite()
414 #define LSX_DLFUNC_IS_STUB(ptr_container, func) ((ptr_container)->func == func##_stub) macro