Searched refs:DBLL_CODE (Results 1 – 5 of 5) sorted by relevance
25 #define DBLL_CODE 0x2 /* load code */ macro
1203 (stype == DLOAD_TEXT) ? DBLL_CODE : (stype == in dbll_rmm_alloc()1258 if (mem_sect_type == DBLL_CODE) in dbll_rmm_alloc()1307 (stype == DLOAD_TEXT) ? DBLL_CODE : (stype == in rmm_dealloc()1315 if (mem_sect_type == DBLL_CODE) in rmm_dealloc()1380 DLOAD_TEXT) ? DBLL_CODE : DBLL_DATA; in write_mem()
516 flags = DBLL_CODE | DBLL_DATA | DBLL_SYMB; in cod_load_base()
573 flags = DBLL_CODE | DBLL_DATA | DBLL_SYMB; in nldr_create()1241 dbll_flags flags = DBLL_SYMB | DBLL_CODE | DBLL_DATA | DBLL_DYNAMIC; in load_lib()1627 DBC_REQUIRE(mem_sect == DBLL_CODE || mem_sect == DBLL_DATA || in remote_alloc()1657 if (mem_sect == DBLL_CODE) in remote_alloc()1668 mem_sect_type = (mem_sect == DBLL_CODE) ? DYNM_CODE : DYNM_DATA; in remote_alloc()
3110 DBC_REQUIRE(mem_space & DBLL_CODE || mem_space & DBLL_DATA); in mem_write()3115 mem_sect_type = (mem_space & DBLL_CODE) ? RMS_CODE : RMS_DATA; in mem_write()