Home
last modified time | relevance | path

Searched refs:ITMC_OBJ_DIREC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/geniconvtbl/
H A Dassemble.c221 for (sec_num = 0, sec_size = 0, ref = ref_first[ITMC_OBJ_DIREC]; in relocation_I()
453 for (ref = ref_first[ITMC_OBJ_DIREC]; in relocation_II()
570 (ITMC_OBJ_DIREC != name->type) && in relocation_II()
572 (NULL != ref_first[ITMC_OBJ_DIREC]))) && in relocation_II()
588 if (NULL != ref_first[ITMC_OBJ_DIREC]) { in relocation_II()
589 itm_header->direc_init_tbl = ref_first[ITMC_OBJ_DIREC]->reloc; in relocation_II()
672 if (ITMC_OBJ_DIREC == obj_type) { in analysis()
688 (NULL == ref_first[ITMC_OBJ_DIREC])) { in analysis()
707 itm_name_type_name[ITMC_OBJ_DIREC]; in analysis()
966 for (ref = ref_first[ITMC_OBJ_DIREC]; ref; ref = ref->next) { in output()
[all …]
H A Ditmcomp.h231 #define ITMC_OBJ_DIREC (3) macro
H A Ditm_comp.y191 (void) obj_register(ITMC_OBJ_DIREC, (itm_data_t *)($1->name.itm_ptr),
292 $$.type = ITMC_OBJ_DIREC;
729 $$->ref[0] = obj_register(ITMC_OBJ_DIREC, $2,
H A Ditm_util.c123 du->type = ITMC_OBJ_DIREC; in direction_unit()
2376 (ITMC_OBJ_DIREC != p->type) && in name_lookup()
2380 (ITMC_OBJ_DIREC != type) && in name_lookup()