within_module_mem_type
if (within_module_mem_type(addr, mod, MOD_INIT_TEXT))
else if (within_module_mem_type(addr, mod, MOD_TEXT))
if (within_module_mem_type(addr, mod, type))
if (within_module_mem_type(addr, mod, type))
if (!within_module_mem_type(addr, mod, MOD_TEXT) &&
!within_module_mem_type(addr, mod, MOD_INIT_TEXT))