Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 25 of 53) sorted by relevance

123

/openbsd/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp116 struct tinfo { struct
128 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local
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()
237 tinfo->unsafe_stack_start = addr; in INTERCEPTOR()
238 tinfo->unsafe_stack_size = size; in INTERCEPTOR()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dresource.c921 tinfo; tinfo = tinfo->next) in mark_target_live_regs()
928 if (tinfo && tinfo->block != -1 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()
954 tinfo->block = b; in mark_target_live_regs()
955 tinfo->next in mark_target_live_regs()
1105 tinfo->block = b; in mark_target_live_regs()
1276 tinfo; tinfo = tinfo->next) in clear_hashed_info_for_insn()
1280 if (tinfo) in clear_hashed_info_for_insn()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dresource.c922 tinfo; tinfo = tinfo->next)
929 if (tinfo && tinfo->block != -1
931 b = tinfo->block;
939 if (tinfo)
943 if (b == tinfo->block && b != -1 && tinfo->bb_tick == bb_ticks[b])
955 tinfo->block = b;
956 tinfo->next
1107 tinfo->block = b;
1279 tinfo; tinfo = tinfo->next)
1283 if (tinfo)
[all …]
/openbsd/lib/libcurses/
H A DMakefile93 keys.list: ${.CURDIR}/tinfo/MKkeys_list.sh
96 fallback.c: ${.CURDIR}/tinfo/MKfallback.sh
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
127 ${.CURDIR}/tinfo/MKcaptab.awk ${CAPLIST} > ${.TARGET}
134 names.c: ${.CURDIR}/tinfo/MKnames.awk
135 ${AWK} -f ${.CURDIR}/tinfo/MKnames.awk \
138 codes.c: ${.CURDIR}/tinfo/MKcodes.awk
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp61 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/sys/dev/ic/
H A Daic79xx_openbsd.c255 struct ahd_initiator_tinfo *tinfo; in ahd_action() local
320 struct ahd_initiator_tinfo *tinfo; in ahd_execute_scb() local
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
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()
598 period = tinfo->user.period; in ahd_adapter_req_set_xfer_mode()
599 offset = tinfo->user.offset; in ahd_adapter_req_set_xfer_mode()
603 ppr_options = tinfo->user.ppr_options; in ahd_adapter_req_set_xfer_mode()
621 tinfo->goal.transport_version = tinfo->user.transport_version; in ahd_adapter_req_set_xfer_mode()
[all …]
H A Daic7xxx_openbsd.c303 struct ahc_initiator_tinfo *tinfo; in ahc_execute_scb() local
377 scb->hscb->scsirate = tinfo->scsirate; in ahc_execute_scb()
378 scb->hscb->scsioffset = tinfo->curr.offset; in ahc_execute_scb()
631 struct ahc_initiator_tinfo *tinfo; in ahc_adapter_req_set_xfer_mode() local
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()
668 offset = tinfo->user.offset; in ahc_adapter_req_set_xfer_mode()
672 ppr_options = tinfo->user.ppr_options; in ahc_adapter_req_set_xfer_mode()
692 tinfo->goal.transport_version = tinfo->user.transport_version; in ahc_adapter_req_set_xfer_mode()
[all …]
H A Daic7xxx.c1846 if (tinfo != NULL) { in ahc_validate_offset()
1874 if (tinfo != NULL) { in ahc_validate_width()
1908 if (tinfo->curr.period != tinfo->goal.period in ahc_update_neg_request()
1909 || tinfo->curr.width != tinfo->goal.width in ahc_update_neg_request()
1910 || tinfo->curr.offset != tinfo->goal.offset in ahc_update_neg_request()
1911 || tinfo->curr.ppr_options != tinfo->goal.ppr_options in ahc_update_neg_request()
2432 dowide = tinfo->curr.width != tinfo->goal.width; in ahc_build_transfer_msg()
2433 dosync = tinfo->curr.offset != offset || tinfo->curr.period != period; in ahc_build_transfer_msg()
3511 if (tinfo->goal.offset != tinfo->curr.offset) { in ahc_handle_msg_reject()
4833 memset(tinfo, 0, sizeof(*tinfo)); in ahc_init()
[all …]
H A Daic79xx.c2966 if (tinfo != NULL) { in ahd_validate_offset()
2994 if (tinfo != NULL) { in ahd_validate_width()
3028 if (tinfo->curr.period != tinfo->goal.period in ahd_update_neg_request()
3029 || tinfo->curr.width != tinfo->goal.width in ahd_update_neg_request()
3030 || tinfo->curr.offset != tinfo->goal.offset in ahd_update_neg_request()
3031 || tinfo->curr.ppr_options != tinfo->goal.ppr_options in ahd_update_neg_request()
3282 period = tinfo->period; in ahd_update_neg_table()
3283 offset = tinfo->offset; in ahd_update_neg_table()
3711 dowide = tinfo->curr.width != tinfo->goal.width; in ahd_build_transfer_msg()
3712 dosync = tinfo->curr.offset != offset || tinfo->curr.period != period; in ahd_build_transfer_msg()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfttrace.c873 thread_info *tinfo; in is_process_id() local
896 for (tinfo = thread_head.head; tinfo; tinfo = tinfo->next) in is_process_id()
2292 if (tinfo != NULL) in call_ttrace_wait()
3354 thread_info *tinfo; in hpux_has_forked() local
3358 if (tinfo != NULL) in hpux_has_forked()
3395 thread_info *tinfo; in hpux_has_vforked() local
3399 if (tinfo != NULL) in hpux_has_vforked()
3459 thread_info *tinfo; in hpux_has_execd() local
3463 if (tinfo != NULL) in hpux_has_execd()
3501 thread_info *tinfo; in hpux_has_syscall_event() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c1062 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));
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()
1411 tinfo = get_tinfo_decl (bltn_ptr); in emit_support_tinfos()
1412 TREE_USED (tinfo) = 1; in emit_support_tinfos()
1415 tinfo = get_tinfo_decl (bltn_const_ptr); in emit_support_tinfos()
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc59 __cxa_throw (void *obj, std::type_info *tinfo, void (*dest) (void *)) in __cxa_throw() argument
62 header->exceptionType = tinfo; in __cxa_throw()
H A Dunwind-cxx.h103 std::type_info *tinfo,
H A DMakefile.in217 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
H A DMakefile.am93 tinfo.cc \
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() argument
61 header->exceptionType = tinfo; in __cxa_throw()
H A Dunwind-cxx.h116 std::type_info *tinfo,
H A DMakefile.in74 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 \
H A DMakefile.am68 tinfo.cc \
/openbsd/gnu/gcc/gcc/cp/
H A Drtti.c1025 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 …]
H A DChangeLog-2000856 * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
1843 * cp/tinfo.cc (__dynamic_cast): Likewise.
4044 * tinfo.cc: Likewise.
4060 * tinfo.cc (__dynamic_cast): Likewise.
4132 * tinfo.cc: Likewise.
4653 into tinfo.cc.
4789 * tinfo.cc (convert_to_base): New function.
5136 tinfo object.
5289 * tinfo.h (cxxabi.h): Include for new-abi.
5291 * tinfo.cc (abi): Use the namespace.
[all …]
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DFindTerminfo.cmake14 find_library(Terminfo_LIBRARIES NAMES terminfo tinfo curses ncurses ncursesw)
/openbsd/gnu/lib/libstdc++-v3/
H A DMakefile.common32 new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp257 __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/gnu/llvm/libcxxabi/include/
H A Dcxxabi.h49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,

123