Searched refs:target (Results 151 - 175 of 1556) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/TargetParser/Windows/
H A DHost.inc27 // Override the default target with an environment variable named by
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp69 const llvm::Target *target = local
73 * If we fail to get the target then we haven't registered it. The
81 if (!target) {
87 target = llvm::TargetRegistry::lookupTarget(triple.getTriple(), Status);
91 assert(target);
154 m_reg_info.reset(target->createMCRegInfo(triple.getTriple()));
157 m_insn_info.reset(target->createMCInstrInfo());
162 target->createMCAsmInfo(*m_reg_info, triple.getTriple(), MCOptions));
164 target->createMCSubtargetInfo(triple.getTriple(), cpu, features));
171 m_disasm.reset(target
1333 int64_t offset, pc, rs_val, rt_val, target = 0; local
1385 int64_t offset, pc, target = 0; local
1430 int64_t offset, pc, target; local
1461 int64_t offset, pc, target; local
1497 int64_t offset, pc, rs_val, target = 0; local
1565 int64_t offset, pc, rs_val, target = 0; local
1620 int64_t offset, pc, target; local
1654 int64_t offset, pc, rs_val, rt_val, target = 0; local
1739 int64_t offset, pc, target = 0; local
1828 uint64_t offset, target, pc; local
1895 int64_t target, offset, pc, rt_val; local
1933 int64_t target, offset, rt_val; local
1986 int64_t pc, offset, target = 0; local
2035 int64_t target, pc, offset; local
2071 int64_t target, pc, offset; local
2113 int64_t pc, offset, target = 0; local
2199 int64_t target = 0; local
2266 int64_t target = 0; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DAddressRange.cpp94 Target *target) const {
97 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target);
101 addr_t load_addr = addr.GetLoadAddress(target);
111 bool AddressRange::ContainsLoadAddress(addr_t load_addr, Target *target) const {
115 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target);
148 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, argument
152 if (target)
153 addr_size = target->GetArchitecture().GetAddressByteSize();
162 m_base_addr.Dump(s, target, style, fallback_style);
178 vmaddr = m_base_addr.GetLoadAddress(target);
[all...]
/openbsd-current/usr.bin/dig/lib/dns/
H A Drcode.c121 dns_mnemonic_totext(unsigned int value, isc_buffer_t *target, argument
128 return (isc_str_tobuffer(table[i].name, target));
133 return (isc_str_tobuffer(buf, target));
137 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { argument
138 return (dns_mnemonic_totext(rcode, target, tsigrcodes));
142 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target) { argument
143 return (dns_mnemonic_totext(cert, target, certs));
147 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target) { argument
148 return (dns_mnemonic_totext(secalg, target, secalgs));
233 dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target) { argument
[all...]
H A Drdatalist_p.h40 isc__rdatalist_clone(dns_rdataset_t *source, dns_rdataset_t *target);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dexpr.c94 cxx_expand_expr (tree exp, rtx target, enum machine_mode tmode, int modifier, argument
112 target, tmode, modifier);
123 return expand_expr (BASELINK_FUNCTIONS (exp), target, tmode,
127 return c_expand_expr (exp, target, tmode, modifier, alt_rtl);
/openbsd-current/gnu/usr.bin/binutils/gdb/config/frv/
H A Dtm-frv.h21 /* This target uses an architecture vector for most architecture methods. */
40 #define target_stopped_data_address(target, x) frv_stopped_data_address(x)
/openbsd-current/gnu/usr.bin/binutils/ld/emulparams/
H A Delf64_s390.sh15 # Treat a host that matches the target with the possible exception of "x"
18 = `echo "$target" | sed -e s/390x/390/`; then
25 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
27 case "$target" in
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/emulparams/
H A Delf64_s390.sh16 # Treat a host that matches the target with the possible exception of "x"
19 = `echo "$target" | sed -e s/390x/390/`; then
26 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
28 case "$target" in
H A Delf_x86_64.sh18 if [ "x${host}" = "x${target}" ]; then
27 case "$target" in
/openbsd-current/usr.bin/dig/lib/dns/include/dns/
H A Drdatatype.h42 dns_rdatatype_totext(dns_rdatatype_t type, isc_buffer_t *target);
44 * Put a textual representation of type 'type' into 'target'.
49 *\li 'target' is a valid text buffer.
53 *\li The used space in 'target' is updated.
57 *\li #ISC_R_NOSPACE target buffer is too small
H A Drdataclass.h42 dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target);
44 * Put a textual representation of class 'rdclass' into 'target'.
49 *\li 'target' is a valid text buffer.
53 *\li The used space in 'target' is updated.
57 *\li #ISC_R_NOSPACE target buffer is too small
H A Drdataset.h68 dns_rdataset_t *target);
231 isc_buffer_t *target);
233 * Convert 'rdataset' to text format, storing the result in 'target'.
255 isc_buffer_t *target,
259 * in 'cctx', and storing the result in 'target'.
264 *\li The number of RRs added to target will be added to *countp.
274 *\li On a return of ISC_R_SUCCESS, 'target' contains a wire format
279 * target.
283 *\li #ISC_R_NOSPACE - 'target' doesn't have enough room
293 isc_buffer_t *target,
[all...]
/openbsd-current/usr.bin/dig/lib/dns/rdata/in_1/
H A Dnsap_22.c38 RETERR(isc_str_tobuffer("0x", target));
42 RETERR(isc_str_tobuffer(buf, target));
63 RETERR(isc_mem_tobuffer(target, region.base, region.length));
76 return (isc_mem_tobuffer(target, rdata->data, rdata->length));
/openbsd-current/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_bitreader.py16 print(m.target)
/openbsd-current/gnu/llvm/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh22 -i|--install-target name of a cmake install target to build and include in
25 Required options: --to, at least one --install-target.
37 -i|--install-target)
63 echo "No install targets. Please pass one or more --install-target."
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp18 Platform &platform, const ExecutionContext &target) const {
H A DOptionValueUUID.cpp64 Target *target = exe_ctx.GetTargetPtr(); local
65 if (!target)
71 const size_t num_modules = target->GetImages().GetSize();
73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i));
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h21 const ExecutionContext &target) const override;
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.h25 static bool VerifyWatchpointIDs(Target *target, Args &args,
/openbsd-current/usr.bin/tmux/
H A Dcmd-copy-mode.c37 .target = { 't', CMD_FIND_PANE, 0 },
50 .target = { 't', CMD_FIND_PANE, 0 },
62 struct cmd_find_state *target = cmdq_get_target(item); local
65 struct window_pane *wp = target->wp, *swp;
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBExecutionContext.i21 SBExecutionContext (const lldb::SBTarget &target);
45 target = property(GetTarget, None, doc='''A read only property that returns the same result as GetTarget().''')
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.l3vpn.rdomain1.conf8 import-target rt 4200000002:44
9 export-target rt 4200000001:42
H A Dbgpd.l3vpn.rdomain2.conf8 import-target rt 4200000001:42
9 export-target rt 4200000002:44
/openbsd-current/usr.bin/doas/
H A Ddoas.h22 const char *target; member in struct:rule

Completed in 405 milliseconds

1234567891011>>