Searched refs:ti (Results 76 - 100 of 211) sorted by relevance

123456789

/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h85 extern void *__tls_get_addr(tls_index* ti);
/freebsd-11-stable/libexec/rtld-elf/mips/
H A Drtld_machdep.h70 extern void *__tls_get_addr(tls_index *ti);
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Drtld_machdep.h75 void *__tls_get_addr(tls_index *ti) __exported;
/freebsd-11-stable/libexec/rtld-elf/arm/
H A Drtld_machdep.h70 extern void *__tls_get_addr(tls_index *ti);
H A Dreloc.c514 __tls_get_addr(tls_index* ti) argument
520 p = tls_get_addr_common((Elf_Addr **)(*_tp), ti->ti_module, ti->ti_offset);
525 p = tls_get_addr_common((Elf_Addr **)(_tp), ti->ti_module, ti->ti_offset);
/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h79 extern void *__tls_get_addr(tls_index *ti);
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h77 extern void *__tls_get_addr(tls_index* ti);
/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Drtld_machdep.h102 extern void *__tls_get_addr(tls_index* ti);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp76 static std::pair<size_t, bool> GetIntegralTypeInfo(TypeIndex ti, argument
78 if (ti.isSimple()) {
79 SimpleTypeKind stk = ti.getSimpleKind();
83 CVType cvt = tpi.getType(ti);
H A DSymbolFileNativePDB.cpp487 lldb::TypeSP SymbolFileNativePDB::CreateSimpleType(TypeIndex ti, argument
489 uint64_t uid = toOpaqueUid(PdbTypeSymId(ti, false));
490 if (ti == TypeIndex::NullptrT()) {
497 if (ti.getSimpleMode() != SimpleTypeMode::Direct) {
498 TypeSP direct_sp = GetOrCreateType(ti.makeDirect());
500 switch (ti.getSimpleMode()) {
518 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated)
521 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind());
522 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind());
750 TypeIndex ti; local
856 GetOrCreateType(TypeIndex ti) argument
[all...]
H A DUdtRecordCompleter.h71 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access,
H A DPdbAstBuilder.cpp215 PdbAstBuilder::CreateDeclInfoForType(const TagRecord &record, TypeIndex ti) { argument
240 auto parent_iter = m_parent_types.find(ti);
284 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) {
285 CVType type = types.getType(*ti);
293 indices.forward = *ti;
295 indices.full = *ti;
343 ProcessTpiStream process(m_index, *ti, ta
697 CreateSimpleType(TypeIndex ti) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c256 krb5_data ti; local
316 ret = krb5_ntlm_init_get_targetinfo(c->context, c->ntlm, &ti);
323 type2.targetinfo.data = ti.data;
324 type2.targetinfo.length = ti.length;
328 krb5_data_free(&ti);
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc855 __cxa_thread_info *ti = thread_info(); local
856 __cxa_eh_globals *globals = &ti->globals;
871 if (ti->foreign_exception_state != __cxa_thread_info::none)
873 ti->foreign_exception_state = __cxa_thread_info::rethrown;
1232 __cxa_thread_info *ti = thread_info();
1233 __cxa_eh_globals *globals = &ti->globals;
1278 ti->foreign_exception_state = __cxa_thread_info::none;
1292 ti->foreign_exception_state = __cxa_thread_info::caught;
1309 __cxa_thread_info *ti = thread_info_fast();
1310 __cxa_eh_globals *globals = &ti
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Dreloc.c496 void *___tls_get_addr(tls_index *ti) argument
502 return tls_get_addr_common(&segbase[1], ti->ti_module, ti->ti_offset);
506 void *__tls_get_addr(tls_index *ti) argument
512 return tls_get_addr_common(&segbase[1], ti->ti_module, ti->ti_offset);
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c464 basic_type = (bt_t) u.ti.bt;
465 qualifiers[0].type = (tq_t) u.ti.tq0;
466 qualifiers[1].type = (tq_t) u.ti.tq1;
467 qualifiers[2].type = (tq_t) u.ti.tq2;
468 qualifiers[3].type = (tq_t) u.ti.tq3;
469 qualifiers[4].type = (tq_t) u.ti.tq4;
470 qualifiers[5].type = (tq_t) u.ti.tq5;
623 if (u.ti.fBitfield)
1058 u.ti.bt,
1059 u.ti
[all...]
H A Dtree-ssa-forwprop.c913 tree def, to, ti; local
937 ti = TREE_TYPE (def);
942 need_precision = TYPE_PRECISION (ti);
944 if (! INTEGRAL_TYPE_P (ti))
946 else if (TYPE_UNSIGNED (to) && !TYPE_UNSIGNED (ti))
948 else if (!TYPE_UNSIGNED (to) && TYPE_UNSIGNED (ti))
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c163 struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti);
165 struct tid_info *ti, struct obj_idx *pidx, int *unresolved);
2550 struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti)
2565 ti->uidx = p->uidx;
2566 ti->type = p->type;
2567 ti->atype = 0;
2576 error = rw->create_object(ch, ti, &kidx);
2737 ref_opcode_object(struct ip_fw_chain *ch, ipfw_insn *cmd, struct tid_info *ti, argument
2745 rw = find_op_rw(cmd, &ti->uidx, &ti
2549 create_objects_compat(struct ip_fw_chain *ch, ipfw_insn *cmd, struct obj_idx *oib, struct obj_idx *pidx, struct tid_info *ti) argument
2787 ref_rule_objects(struct ip_fw_chain *ch, struct ip_fw *rule, struct rule_check_info *ci, struct obj_idx *oib, struct tid_info *ti) argument
2852 struct tid_info ti; local
3982 struct tid_info ti; local
4010 struct tid_info ti; local
4025 struct tid_info ti; local
4044 struct tid_info ti; local
4479 ipfw_objhash_find_type(struct namedobj_instance *ni, struct tid_info *ti, uint32_t etlv, struct named_object **pno) argument
[all...]
H A Dip_fw_table_value.c139 //pval = (struct table_value *)&tc->ti.data;
273 struct table_info *ti; member in struct:flush_args
292 error = ta->dump_tentry(fa->astate, fa->ti, e, tent);
309 struct table_algo *ta, void *astate, struct table_info *ti)
319 fa.ti = ti;
321 ta->foreach(astate, ti, unref_table_value_cb, &fa);
308 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, struct table_algo *ta, void *astate, struct table_info *ti) argument
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c44 __FBSDID("$FreeBSD: stable/11/sys/arm/ti/am335x/am335x_dmtpps.c 314512 2017-03-01 21:11:36Z ian $");
63 #include <arm/ti/ti_prcm.h>
64 #include <arm/ti/ti_hwmods.h>
65 #include <arm/ti/ti_pinmux.h>
66 #include <arm/ti/am335x/am335x_scm_padconf.h>
91 {"ti,am335x-timer", 1},
92 {"ti,am335x-timer-1ms", 1},
H A Dam335x_rtc.c43 #include <arm/ti/ti_prcm.h>
44 #include <arm/ti/am335x/am335x_rtcvar.h>
45 #include <arm/ti/am335x/am335x_rtcreg.h>
80 if (!ofw_bus_is_compatible(dev, "ti,da830-rtc"))
H A Dam335x_usbss.c69 #include <arm/ti/ti_prcm.h>
70 #include <arm/ti/ti_scm.h>
71 #include <arm/ti/am335x/am335x_scm.h>
121 if (!ofw_bus_is_compatible(dev, "ti,am33xx-usb"))
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp335 typeTable.ForEachRecord([&](TypeIndex ti, const CVType &type) {
519 for (TypeIndex ti : indexMap.tpiMap)
520 if (!ti.isSimple())
521 ++tpiCounts[ti.toArrayIndex()];
522 for (TypeIndex ti : indexMap.ipiMap)
523 if (!ti.isSimple())
524 ++ipiCounts[ti.toArrayIndex()];
618 static bool remapTypeIndex(TypeIndex &ti, ArrayRef<TypeIndex> typeIndexMap) { argument
619 if (ti.isSimple())
621 if (ti
721 TypeIndex *ti = local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.cpp30 token_info ti; member in struct:token_table_entry
172 token_table[n].ti.set(typ, sk, oc);
186 return &(token_table[n].ti);
/freebsd-11-stable/sys/arm/ti/
H A Dti_edma3.c2 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
55 #include <arm/ti/ti_scm.h>
56 #include <arm/ti/ti_prcm.h>
58 #include <arm/ti/ti_edma3.h>
148 if (!ofw_bus_is_compatible(dev, "ti,edma3"))

Completed in 175 milliseconds

123456789