Lines Matching defs:place
66 data.size, data.size, data.place.itm_64d, \
67 data.place.itm_ptr,\
70 *((char *)(((char *)itm_header) + data.place.itm_ptr)): \
323 * adjust place
325 info_header->str_sec.place.itm_ptr =
328 info_header->direc_tbl_sec.place.itm_ptr =
329 info_header->str_sec.place.itm_ptr +
331 info_header->cond_tbl_sec.place.itm_ptr =
332 info_header->direc_tbl_sec.place.itm_ptr +
334 info_header->map_tbl_sec.place.itm_ptr =
335 info_header->cond_tbl_sec.place.itm_ptr +
337 info_header->op_tbl_sec.place.itm_ptr =
338 info_header->map_tbl_sec.place.itm_ptr +
341 info_header->range_tbl_sec.place.itm_ptr =
342 info_header->op_tbl_sec.place.itm_ptr +
345 info_header->escapeseq_tbl_sec.place.itm_ptr =
346 info_header->range_tbl_sec.place.itm_ptr +
349 info_header->data_sec.place.itm_ptr =
350 info_header->escapeseq_tbl_sec.place.itm_ptr +
354 * adjust place: optional
359 info_header->data_sec.place.itm_ptr +
362 info_header->direc_plc_tbl.place.itm_ptr =
365 info_header->cond_plc_tbl.place.itm_ptr =
366 info_header->direc_plc_tbl.place.itm_ptr +
368 info_header->map_plc_tbl.place.itm_ptr =
369 info_header->cond_plc_tbl.place.itm_ptr +
371 info_header->op_plc_tbl.place.itm_ptr =
372 info_header->map_plc_tbl.place.itm_ptr +
375 info_header->str_plc_tbl.place.itm_ptr =
376 info_header->op_plc_tbl.place.itm_ptr +
378 info_header->range_plc_tbl.place.itm_ptr =
379 info_header->str_plc_tbl.place.itm_ptr +
381 info_header->escapeseq_plc_tbl.place.itm_ptr =
382 info_header->range_plc_tbl.place.itm_ptr +
384 info_header->data_plc_tbl.place.itm_ptr =
385 info_header->escapeseq_plc_tbl.place.itm_ptr +
387 info_header->name_plc_tbl.place.itm_ptr =
388 info_header->data_plc_tbl.place.itm_ptr +
390 info_header->reg_plc_tbl.place.itm_ptr =
391 info_header->name_plc_tbl.place.itm_ptr +
395 info_header->name_sec.place.itm_ptr =
396 info_header->reg_plc_tbl.place.itm_ptr +
406 info_header->name_sec.place.itm_ptr +
410 info_header->data_sec.place.itm_ptr +
435 itm_place2_t place;
444 place = info_header->str_sec.place.itm_ptr;
446 ref; place += ref->size, ref = ref->next) {
447 fix_itmc_ref_reloc(ref, place);
452 place = info_header->direc_tbl_sec.place.itm_ptr;
454 ref; place += ref->size, ref = ref->next) {
455 fix_itmc_ref_reloc(ref, place);
460 place = info_header->cond_tbl_sec.place.itm_ptr;
462 ref; place += ref->size, ref = ref->next) {
463 fix_itmc_ref_reloc(ref, place);
468 place = info_header->map_tbl_sec.place.itm_ptr;
470 ref; place += ref->size, ref = ref->next) {
471 fix_itmc_ref_reloc(ref, place);
476 place = info_header->op_tbl_sec.place.itm_ptr;
478 ref; place += ref->size, ref = ref->next) {
479 fix_itmc_ref_reloc(ref, place);
483 place = info_header->range_tbl_sec.place.itm_ptr;
485 ref; place += ref->size, ref = ref->next) {
486 fix_itmc_ref_reloc(ref, place);
490 place = info_header->escapeseq_tbl_sec.place.itm_ptr;
492 ref; place += ref->size, ref = ref->next) {
493 fix_itmc_ref_reloc(ref, place);
497 place = info_header->data_sec.place.itm_ptr;
499 ref; place += ref->size, ref = ref->next) {
500 fix_itmc_ref_reloc(ref, place);
503 ref; place += ref->size, ref = ref->next) {
504 fix_itmc_ref_reloc(ref, place);
509 place = info_header->name_plc_tbl.place.itm_ptr;
510 n_plc = info_header->name_sec.place.itm_ptr;
523 name.itm_ptr = place;
525 place += (intptr_t)(sizeof (itm_data_t));
527 place = info_header->reg_plc_tbl.place.itm_ptr;
540 place += (sizeof (itm_data_t));
601 ref; place += ref->size, ref = ref->next) {
620 fix_itmc_ref_reloc(itmc_ref_t *ref, itm_place2_t place)
624 ref->reloc.itm_ptr = place;
630 ref->referencer->itm_ptr = place;
634 ref, ref->referencer, place));
642 rl->ref->referencer->itm_ptr = place;
664 itm_place2_t place;
670 place = info_header->str_sec.place.itm_ptr;
677 ref; place += ref->size, ref = ref->next) {
955 (void) fseek(fp, info_header->str_sec.place.itm_ptr, SEEK_SET);
956 TRACE_MESSAGE('P', ("str_sec.place.place=%p:\n",
957 info_header->str_sec.place.itm_ptr));
963 (void) fseek(fp, info_header->direc_tbl_sec.place.itm_ptr, SEEK_SET);
964 TRACE_MESSAGE('P', ("direc_tbl_sec.place=%p:\n",
965 info_header->direc_tbl_sec.place.itm_ptr));
971 (void) fseek(fp, info_header->cond_tbl_sec.place.itm_ptr, SEEK_SET);
972 TRACE_MESSAGE('P', ("cond_tbl_sec.place=%p:\n",
973 info_header->cond_tbl_sec.place.itm_ptr));
979 (void) fseek(fp, info_header->map_tbl_sec.place.itm_ptr, SEEK_SET);
980 TRACE_MESSAGE('P', ("map_tbl_sec.place=%p:\n",
981 info_header->map_tbl_sec.place.itm_ptr));
987 (void) fseek(fp, info_header->op_tbl_sec.place.itm_ptr, SEEK_SET);
988 TRACE_MESSAGE('P', ("op_tbl_sec.place=%p:\n",
989 info_header->op_tbl_sec.place.itm_ptr));
995 (void) fseek(fp, info_header->range_tbl_sec.place.itm_ptr, SEEK_SET);
996 TRACE_MESSAGE('P', ("range_tbl_sec.place=%p:\n",
997 info_header->range_tbl_sec.place.itm_ptr));
1003 (void) fseek(fp, info_header->escapeseq_tbl_sec.place.itm_ptr,
1005 TRACE_MESSAGE('P', ("escapeseq_tbl_sec.place=%p:\n",
1006 info_header->escapeseq_tbl_sec.place.itm_ptr));
1013 (void) fseek(fp, info_header->data_sec.place.itm_ptr, SEEK_SET);
1014 TRACE_MESSAGE('P', ("data_sec.place=%p:\n",
1015 info_header->data_sec.place.itm_ptr));
1037 (void) fseek(fp, info_header->direc_plc_tbl.place.itm_ptr,
1039 TRACE_MESSAGE('P', ("direc_plc_tbl.place=%p:\n",
1040 info_header->direc_plc_tbl.place.itm_ptr));
1046 (void) fseek(fp, info_header->cond_plc_tbl.place.itm_ptr,
1048 TRACE_MESSAGE('P', ("cond_plc_tbl.place=%p:\n",
1049 info_header->cond_plc_tbl.place.itm_ptr));
1056 (void) fseek(fp, info_header->map_plc_tbl.place.itm_ptr,
1058 TRACE_MESSAGE('P', ("map_plc_tbl.place=%p:\n",
1059 info_header->map_plc_tbl.place.itm_ptr));
1066 (void) fseek(fp, info_header->op_plc_tbl.place.itm_ptr,
1068 TRACE_MESSAGE('P', ("op_plc_tbl.place=%p:\n",
1069 info_header->op_plc_tbl.place.itm_ptr));
1075 (void) fseek(fp, info_header->str_plc_tbl.place.itm_ptr,
1077 TRACE_MESSAGE('P', ("str_plc_tbl.place=%p:\n",
1078 info_header->str_plc_tbl.place.itm_ptr));
1083 data.place.itm_pad = 0;
1086 data.place = ref->reloc;
1091 (void) fseek(fp, info_header->range_plc_tbl.place.itm_ptr,
1093 TRACE_MESSAGE('P', ("range_plc_tbl.place=%p:\n",
1094 info_header->range_plc_tbl.place.itm_ptr));
1099 (void) fseek(fp, info_header->escapeseq_plc_tbl.place.itm_ptr,
1101 TRACE_MESSAGE('P', ("escapeseq_plc_tbl.place=%p:\n",
1102 info_header->escapeseq_plc_tbl.place.itm_ptr));
1109 (void) fseek(fp, info_header->data_plc_tbl.place.itm_ptr,
1111 TRACE_MESSAGE('P', ("data_plc_tbl.place=%p:\n",
1112 info_header->data_plc_tbl.place.itm_ptr));
1122 (void) fseek(fp, info_header->name_plc_tbl.place.itm_ptr,
1124 TRACE_MESSAGE('P', ("name_plc_tbl.place=%p:\n",
1125 info_header->name_plc_tbl.place.itm_ptr));
1139 data.place.itm_pad = 0;
1141 data.place.itm_ptr = name->reloc.itm_ptr;
1143 data.place = name->name.place;
1148 (void) fseek(fp, info_header->reg_plc_tbl.place.itm_ptr,
1150 TRACE_MESSAGE('P', ("reg_plc_tbl.place=%p:\n",
1151 info_header->reg_plc_tbl.place.itm_ptr));
1166 data.place.itm_pad = 0;
1168 data.place.itm_ptr = name->reloc.itm_ptr;
1170 data.place = name->name.place;
1176 (void) fseek(fp, info_header->name_sec.place.itm_ptr, SEEK_SET);
1177 TRACE_MESSAGE('P', ("name_sec.place=%p:\n",
1178 info_header->name_sec.place.itm_ptr));