| /openbsd/src/gnu/llvm/compiler-rt/lib/safestack/ |
| D | safestack.cpp | 116 struct tinfo { struct 128 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local 130 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() 131 void *start_routine_arg = tinfo->start_routine_arg; in thread_start() 134 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size, in thread_start() 135 tinfo->unsafe_stack_guard); in thread_start() 233 struct tinfo *tinfo = in INTERCEPTOR() local 234 (struct tinfo *)(((char *)addr) + size - sizeof(struct tinfo)); in INTERCEPTOR() 235 tinfo->start_routine = start_routine; in INTERCEPTOR() 236 tinfo->start_routine_arg = arg; in INTERCEPTOR() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | resource.c | 890 struct target_info *tinfo = NULL; in mark_target_live_regs() local 920 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; in mark_target_live_regs() 921 tinfo; tinfo = tinfo->next) in mark_target_live_regs() 922 if (tinfo->uid == INSN_UID (target)) in mark_target_live_regs() 928 if (tinfo && tinfo->block != -1 in mark_target_live_regs() 929 && ! INSN_DELETED_P (BB_HEAD (BASIC_BLOCK (tinfo->block)))) in mark_target_live_regs() 930 b = tinfo->block; in mark_target_live_regs() 938 if (tinfo) in mark_target_live_regs() 942 if (b == tinfo->block && b != -1 && tinfo->bb_tick == bb_ticks[b]) in mark_target_live_regs() 944 COPY_HARD_REG_SET (res->regs, tinfo->live_regs); in mark_target_live_regs() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | resource.c | 899 struct target_info *tinfo = NULL; local 921 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; 922 tinfo; tinfo = tinfo->next) 923 if (tinfo->uid == INSN_UID (target)) 929 if (tinfo && tinfo->block != -1 930 && ! INSN_DELETED_P (BLOCK_HEAD (tinfo->block))) 931 b = tinfo->block; 939 if (tinfo) 943 if (b == tinfo->block && b != -1 && tinfo->bb_tick == bb_ticks[b]) 945 COPY_HARD_REG_SET (res->regs, tinfo->live_regs); [all …]
|
| /openbsd/src/lib/libcurses/ |
| D | Makefile | 12 .PATH: ${.CURDIR}/base ${.CURDIR}/tinfo ${.CURDIR}/trace ${.CURDIR}/tty \ 93 keys.list: ${.CURDIR}/tinfo/MKkeys_list.sh 94 sh ${.CURDIR}/tinfo/MKkeys_list.sh ${.CURDIR}/Caps | sort > ${.TARGET} 96 fallback.c: ${.CURDIR}/tinfo/MKfallback.sh 97 …sh ${.CURDIR}/tinfo/MKfallback.sh /usr/share/terminfo ${.CURDIR}/../../share/termtypes/termtypes.m… 106 make_keys: ${.CURDIR}/tinfo/make_keys.c ${.CURDIR}/curses.priv.h names.c 108 -o ${.TARGET} ${.CURDIR}/tinfo/make_keys.c ${LDADD} 109 make_hash: ${.CURDIR}/tinfo/make_hash.c \ 113 -o ${.TARGET} ${.CURDIR}/tinfo/make_hash.c ${LDADD} 118 ${.CURDIR}/tinfo/MKuserdefs.sh [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/ |
| D | ubsan_type_hash_win.cpp | 61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local 64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); in getDynamicTypeInfoFromVtable() 66 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr; in getDynamicTypeInfoFromVtable() 71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable() 76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
|
| /openbsd/src/sys/dev/ic/ |
| D | aic79xx_openbsd.c | 255 struct ahd_initiator_tinfo *tinfo; in ahd_action() local 277 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, target_id, &tstate); in ahd_action() 320 struct ahd_initiator_tinfo *tinfo; in ahd_execute_scb() local 371 tinfo = ahd_fetch_transinfo(ahd, SCSIID_CHANNEL(ahd, scb->hscb->scsiid), in ahd_execute_scb() 384 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_PROT_IUS) != 0) { in ahd_execute_scb() 426 ahd_update_neg_request(ahd, &devinfo, tstate, tinfo, in ahd_execute_scb() 559 struct ahd_initiator_tinfo *tinfo; in ahd_adapter_req_set_xfer_mode() local 573 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, target_id, &tstate); in ahd_adapter_req_set_xfer_mode() 590 if (width > tinfo->user.width) in ahd_adapter_req_set_xfer_mode() 591 width = tinfo->user.width; in ahd_adapter_req_set_xfer_mode() [all …]
|
| D | aic7xxx_openbsd.c | 303 struct ahc_initiator_tinfo *tinfo; in ahc_execute_scb() local 371 tinfo = ahc_fetch_transinfo(ahc, SCSIID_CHANNEL(ahc, scb->hscb->scsiid), in ahc_execute_scb() 377 scb->hscb->scsirate = tinfo->scsirate; in ahc_execute_scb() 378 scb->hscb->scsioffset = tinfo->curr.offset; in ahc_execute_scb() 451 ahc_update_neg_request(ahc, &devinfo, tstate, tinfo, in ahc_execute_scb() 631 struct ahc_initiator_tinfo *tinfo; in ahc_adapter_req_set_xfer_mode() local 643 tinfo = ahc_fetch_transinfo(ahc, devinfo.channel, in ahc_adapter_req_set_xfer_mode() 659 if (width > tinfo->user.width) in ahc_adapter_req_set_xfer_mode() 660 width = tinfo->user.width; in ahc_adapter_req_set_xfer_mode() 667 period = tinfo->user.period; in ahc_adapter_req_set_xfer_mode() [all …]
|
| D | aic7xxx.c | 511 struct ahc_transinfo *tinfo; in ahc_handle_seqint() local 528 tinfo = &targ_info->curr; in ahc_handle_seqint() 551 if (tinfo->protocol_version <= SCSI_REV_2 in ahc_handle_seqint() 1336 struct ahc_initiator_tinfo *tinfo; in ahc_handle_scsiint() local 1343 tinfo = ahc_fetch_transinfo(ahc, in ahc_handle_scsiint() 1348 tinfo->curr.transport_version = 2; in ahc_handle_scsiint() 1349 tinfo->goal.transport_version = 2; in ahc_handle_scsiint() 1350 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint() 1676 struct ahc_initiator_tinfo *tinfo, in ahc_devlimited_syncrate() argument 1707 transinfo = &tinfo->user; in ahc_devlimited_syncrate() [all …]
|
| D | aic79xx.c | 159 struct ahd_transinfo *tinfo); 2267 struct ahd_initiator_tinfo *tinfo; in ahd_handle_nonpkt_busfree() local 2284 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_handle_nonpkt_busfree() 2287 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree() 2303 tinfo->curr.transport_version = 2; in ahd_handle_nonpkt_busfree() 2304 tinfo->goal.transport_version = 2; in ahd_handle_nonpkt_busfree() 2305 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree() 2861 struct ahd_initiator_tinfo *tinfo, in ahd_devlimited_syncrate() argument 2886 transinfo = &tinfo->user; in ahd_devlimited_syncrate() 2888 transinfo = &tinfo->goal; in ahd_devlimited_syncrate() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infttrace.c | 873 thread_info *tinfo; in is_process_id() local 883 tinfo = find_thread_info (tid); in is_process_id() 887 if (!tinfo->am_pseudo) in is_process_id() 894 this_pid = tinfo->pid; in is_process_id() 896 for (tinfo = thread_head.head; tinfo; tinfo = tinfo->next) in is_process_id() 898 if (tinfo->pid == this_pid) in is_process_id() 1338 thread_info *tinfo = NULL; in call_real_ttrace_wait() local 2022 thread_info *tinfo = NULL; in call_ttrace_wait() local 2291 tinfo = find_thread_info (tsp->tts_lwpid); in call_ttrace_wait() 2292 if (tinfo != NULL) in call_ttrace_wait() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | rtti.c | 1062 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); local 1063 tree base_inits = tree_cons (NULL_TREE, tinfo, NULL_TREE); 1082 tree tinfo; local 1087 tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); 1106 base_init = tree_cons (NULL_TREE, tinfo, base_init); 1405 tree tinfo; in emit_support_tinfos() local 1407 tinfo = get_tinfo_decl (bltn); in emit_support_tinfos() 1408 TREE_USED (tinfo) = 1; in emit_support_tinfos() 1409 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (tinfo)) = 1; in emit_support_tinfos() 1411 tinfo = get_tinfo_decl (bltn_ptr); in emit_support_tinfos() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| D | eh_throw.cc | 59 __cxa_throw (void *obj, std::type_info *tinfo, void (*dest) (void *)) in __cxa_throw() argument 62 header->exceptionType = tinfo; in __cxa_throw()
|
| D | unwind-cxx.h | 103 std::type_info *tinfo,
|
| D | Makefile.in | 217 tinfo.cc \ 312 pure.lo tinfo.lo tinfo2.lo vec.lo cxa_demangle.lo dyn-string.lo 319 tinfo.lo tinfo2.lo vec.lo cxa_demangle.lo dyn-string.lo
|
| D | Makefile.am | 93 tinfo.cc \
|
| /openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/ |
| D | eh_throw.cc | 57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() argument 61 header->exceptionType = tinfo; in __cxa_throw()
|
| D | unwind-cxx.h | 116 std::type_info *tinfo,
|
| D | Makefile.in | 74 pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc cp-demangle.c 80 new_opnt.lo new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo \ 92 new_opvnt.cc pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc \ 345 tinfo.cc \
|
| D | Makefile.am | 68 tinfo.cc \
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | rtti.c | 1025 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); in get_pseudo_ti_init() local 1026 tree base_inits = tree_cons (NULL_TREE, tinfo, NULL_TREE); in get_pseudo_ti_init() 1051 tree tinfo; in get_pseudo_ti_init() local 1056 tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); in get_pseudo_ti_init() 1074 base_init = tree_cons (NULL_TREE, tinfo, base_init); in get_pseudo_ti_init() 1419 tree tinfo; in emit_support_tinfos() local 1421 tinfo = get_tinfo_decl (types[i]); in emit_support_tinfos() 1422 TREE_USED (tinfo) = 1; in emit_support_tinfos() 1423 mark_needed (tinfo); in emit_support_tinfos() 1433 gcc_assert (TREE_PUBLIC (tinfo) && !DECL_COMDAT (tinfo)); in emit_support_tinfos() [all …]
|
| D | ChangeLog-2000 | 856 * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files. 1843 * cp/tinfo.cc (__dynamic_cast): Likewise. 1873 * tinfo.cc (__si_class_type_info::__do_find_public_src): 3234 * tinfo.cc (__class_type_info::__dyncast_result): Add 3675 * tinfo.h (__user_type_info::contained_virtual_p): New 3677 * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond 3719 * tinfo.cc (__class_type_info::__upcast_result): Replace 3995 * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes. 4032 * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix 4044 * tinfo.cc: Likewise. [all …]
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | FindTerminfo.cmake | 14 find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw)
|
| /openbsd/src/gnu/lib/libstdc++-v3/ |
| D | Makefile.common | 32 new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
|
| /openbsd/src/gnu/llvm/libcxxabi/src/ |
| D | cxa_exception.cpp | 257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (_LIBCXXABI_DTOR_FUNC *dest)(void *)) { in __cxa_throw() argument 263 exception_header->exceptionType = tinfo; in __cxa_throw()
|
| /openbsd/src/gnu/llvm/libcxxabi/include/ |
| D | cxxabi.h | 49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
|