Searched refs:tinfo (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp61 std::type_info *tinfo;
64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
66 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr;
71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info)))
76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top,
/openbsd-current/gnu/llvm/compiler-rt/lib/safestack/
H A Dsafestack.cpp116 struct tinfo { struct in namespace:__anon79
128 struct tinfo *tinfo = (struct tinfo *)arg; local
130 void *(*start_routine)(void *) = tinfo->start_routine;
131 void *start_routine_arg = tinfo->start_routine_arg;
133 // Setup the unsafe stack; this will destroy tinfo content
134 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size,
135 tinfo
233 struct tinfo *tinfo = local
[all...]
/openbsd-current/lib/libcurses/
H A DMakefile12 .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.master $(FALLBACK_LIST) > ${.TARGET}
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/MKuserdef
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, argument
61 header->exceptionType = tinfo;
H A Dunwind-cxx.h116 std::type_info *tinfo,
H A DMakefile.am68 tinfo.cc \
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 \
/openbsd-current/gnu/gcc/gcc/
H A Dresource.c897 struct target_info *tinfo = NULL;
927 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME];
928 tinfo; tinfo = tinfo->next)
929 if (tinfo->uid == INSN_UID (target))
935 if (tinfo && tinfo->block != -1
936 && ! INSN_DELETED_P (BB_HEAD (BASIC_BLOCK (tinfo->block))))
937 b = tinfo
890 struct target_info *tinfo = NULL; local
1271 struct target_info *tinfo; local
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc59 __cxa_throw (void *obj, std::type_info *tinfo, void (*dest) (void *)) argument
62 header->exceptionType = tinfo;
H A Dunwind-cxx.h103 std::type_info *tinfo,
H A DMakefile.am93 tinfo.cc \
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
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dresource.c906 struct target_info *tinfo = NULL;
928 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME];
929 tinfo; tinfo = tinfo->next)
930 if (tinfo->uid == INSN_UID (target))
936 if (tinfo && tinfo->block != -1
937 && ! INSN_DELETED_P (BLOCK_HEAD (tinfo->block)))
938 b = tinfo
899 struct target_info *tinfo = NULL; local
1274 struct target_info *tinfo; local
[all...]
/openbsd-current/sys/dev/ic/
H A Daic79xx_openbsd.c255 struct ahd_initiator_tinfo *tinfo; local
277 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, target_id, &tstate);
320 struct ahd_initiator_tinfo *tinfo; local
371 tinfo = ahd_fetch_transinfo(ahd, SCSIID_CHANNEL(ahd, scb->hscb->scsiid),
384 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_PROT_IUS) != 0) {
426 ahd_update_neg_request(ahd, &devinfo, tstate, tinfo,
559 struct ahd_initiator_tinfo *tinfo; local
573 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, target_id, &tstate);
590 if (width > tinfo->user.width)
591 width = tinfo
[all...]
H A Daic7xxx_openbsd.c303 struct ahc_initiator_tinfo *tinfo; local
371 tinfo = ahc_fetch_transinfo(ahc, SCSIID_CHANNEL(ahc, scb->hscb->scsiid),
377 scb->hscb->scsirate = tinfo->scsirate;
378 scb->hscb->scsioffset = tinfo->curr.offset;
451 ahc_update_neg_request(ahc, &devinfo, tstate, tinfo,
631 struct ahc_initiator_tinfo *tinfo; local
643 tinfo = ahc_fetch_transinfo(ahc, devinfo.channel,
659 if (width > tinfo->user.width)
660 width = tinfo->user.width;
667 period = tinfo
[all...]
H A Daic7xxx.c511 struct ahc_transinfo *tinfo; local
528 tinfo = &targ_info->curr;
551 if (tinfo->protocol_version <= SCSI_REV_2
1336 struct ahc_initiator_tinfo *tinfo; local
1343 tinfo = ahc_fetch_transinfo(ahc,
1348 tinfo->curr.transport_version = 2;
1349 tinfo->goal.transport_version = 2;
1350 tinfo->goal.ppr_options = 0;
1676 struct ahc_initiator_tinfo *tinfo,
1707 transinfo = &tinfo
1675 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1827 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
1859 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
1889 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
1936 struct ahc_initiator_tinfo *tinfo; local
2062 struct ahc_initiator_tinfo *tinfo; local
2145 struct ahc_initiator_tinfo *tinfo; local
2406 struct ahc_initiator_tinfo *tinfo; local
3033 struct ahc_initiator_tinfo *tinfo; local
3462 struct ahc_initiator_tinfo *tinfo; local
4816 struct ahc_initiator_tinfo *tinfo; local
[all...]
H A Daic79xx.c159 struct ahd_transinfo *tinfo);
2267 struct ahd_initiator_tinfo *tinfo; local
2284 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
2287 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
2303 tinfo->curr.transport_version = 2;
2304 tinfo->goal.transport_version = 2;
2305 tinfo->goal.ppr_options = 0;
2861 struct ahd_initiator_tinfo *tinfo,
2886 transinfo = &tinfo->user;
2888 transinfo = &tinfo
2860 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2948 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument
2979 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
3009 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3056 struct ahd_initiator_tinfo *tinfo; local
3202 struct ahd_initiator_tinfo *tinfo; local
3266 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
3398 struct ahd_initiator_tinfo *tinfo; local
3686 struct ahd_initiator_tinfo *tinfo; local
4271 struct ahd_initiator_tinfo *tinfo; local
4696 struct ahd_initiator_tinfo *tinfo; local
6383 struct ahd_initiator_tinfo *tinfo; local
6553 struct ahd_initiator_tinfo *tinfo; local
6632 struct ahd_initiator_tinfo *tinfo; local
7969 struct ahd_transinfo *tinfo; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c1065 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1066 tree base_inits = tree_cons (NULL_TREE, tinfo, NULL_TREE);
1085 tree tinfo;
1090 tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1109 base_init = tree_cons (NULL_TREE, tinfo, base_init);
1408 tree tinfo;
1410 tinfo = get_tinfo_decl (bltn);
1411 TREE_USED (tinfo) = 1;
1412 TREE_SYMBOL_REFERENCED (DECL_ASSEMBLER_NAME (tinfo)) = 1;
1414 tinfo
1062 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); local
1082 tree tinfo; local
1405 tree tinfo; local
[all...]
/openbsd-current/gnu/lib/libstdc++-v3/
H A DMakefile.common32 new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dinfttrace.c877 thread_info *tinfo;
887 tinfo = find_thread_info (tid);
891 if (!tinfo->am_pseudo)
898 this_pid = tinfo->pid;
900 for (tinfo = thread_head.head; tinfo; tinfo = tinfo->next)
902 if (tinfo->pid == this_pid)
1344 thread_info *tinfo
873 thread_info *tinfo; local
1338 thread_info *tinfo = NULL; local
2022 thread_info *tinfo = NULL; local
3354 thread_info *tinfo; local
3395 thread_info *tinfo; local
3459 thread_info *tinfo; local
3501 thread_info *tinfo; local
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Drtti.c96 /* A vector of all tinfo decls that haven't yet been emitted. */
394 /* Add decl to the global array of tinfo decls. */
1028 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1029 tree base_inits = tree_cons (NULL_TREE, tinfo, NULL_TREE);
1054 tree tinfo;
1059 tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1077 base_init = tree_cons (NULL_TREE, tinfo, base_init);
1422 tree tinfo;
1424 tinfo = get_tinfo_decl (types[i]);
1425 TREE_USED (tinfo)
1025 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo)); local
1051 tree tinfo; local
1419 tree tinfo; local
[all...]
H A Dexcept.c519 tree tinfo = eh_type_info (type); local
521 mark_used (tinfo);
/openbsd-current/gnu/llvm/libcxxabi/include/
H A Dcxxabi.h49 __cxa_throw(void *thrown_exception, std::type_info *tinfo,
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.cpp242 * Save the tinfo and dest arguments in the __cxa_exception header.
257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (_LIBCXXABI_DTOR_FUNC *dest)(void *)) { argument
263 exception_header->exceptionType = tinfo;
/openbsd-current/lib/libcurses/tinfo/
H A Dmake_hash.c60 #include <tinfo/doalloc.c>

Completed in 398 milliseconds

12