Searched refs:target (Results 126 - 150 of 1432) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp66 const llvm::Target *target = local
70 * If we fail to get the target then we haven't registered it. The
78 if (!target) {
84 target = llvm::TargetRegistry::lookupTarget(triple.getTriple(), Status);
88 assert(target);
147 m_reg_info.reset(target->createMCRegInfo(triple.getTriple()));
150 m_insn_info.reset(target->createMCInstrInfo());
155 target->createMCAsmInfo(*m_reg_info, triple.getTriple(), MCOptions));
157 target->createMCSubtargetInfo(triple.getTriple(), cpu, features));
164 m_disasm.reset(target
996 SetInstruction(const Opcode &insn_opcode, const Address &inst_addr, Target *target) argument
1803 int32_t offset, pc, target = 0, rs_val, rt_val; local
1852 int32_t offset, pc, target = 0, rs_val, rt_val; local
1931 int32_t offset, pc, target = 0; local
2000 int32_t offset, pc, target = 0; local
2050 int32_t offset, pc, target = 0; local
2103 int32_t offset, pc, target = 0; local
2162 int32_t offset, pc, target; local
2189 int32_t target = 0; local
2329 uint32_t offset = 0, target = 0, pc = 0, ra_offset = 0; local
2411 int32_t offset, pc, target; local
2442 int32_t offset, pc, target; local
2473 int32_t offset, pc, target; local
2519 uint32_t offset, target, pc; local
2586 int32_t target, offset, pc, rt_val; local
2624 int32_t target, offset, rt_val; local
2677 int32_t pc, offset, target = 0; local
2715 int32_t target, pc, offset; local
2751 int32_t target, pc, offset; local
2793 int32_t pc, offset, target = 0; local
2878 int32_t target = 0; local
2945 int32_t target = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp95 const lld::Atom **target,
106 const lld::Atom **target,
161 static bool useExternalRelocationTo(const Atom &target);
258 const lld::Atom **target,
267 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
276 return atomFromAddress(reloc.symbol, targetAddress, target, addend);
283 if (auto ec = atomFromAddress(0, reloc.value, target, addend))
290 if (auto ec = atomFromSymbolIndex(reloc.symbol, target))
299 return atomFromAddress(reloc.symbol, targetAddress, target, addend);
306 if (auto ec = atomFromAddress(0, reloc.value, target, adden
251 getReferenceInfo(const Relocation &reloc, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, FindAtomBySectionAndAddress atomFromAddress, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
348 getPairReferenceInfo(const normalized::Relocation &reloc1, const normalized::Relocation &reloc2, const DefinedAtom *inAtom, uint32_t offsetInAtom, uint64_t fixupAddress, bool swap, bool scatterable, FindAtomBySectionAndAddress atomFromAddr, FindAtomBySymbolIndex atomFromSymbolIndex, Reference::KindValue *kind, const lld::Atom **target, Reference::Addend *addend) argument
421 const Atom *target = ref->target(); local
530 useExternalRelocationTo(const Atom &target) argument
[all...]
H A DStubsPass.cpp228 const Atom *target = ref->target(); variable
229 assert(target != nullptr);
230 if (isa<SharedLibraryAtom>(target)) {
232 _targetToUses[target].push_back(ref);
235 const DefinedAtom *defTarget = dyn_cast<DefinedAtom>(target);
240 _targetToUses[target].push_back(ref);
292 for (const Atom *target : targetsNeedingStubs) {
302 addReference(lp, _stubInfo.lazyPointerReferenceToFinal, target);
314 for (const Reference *ref : _targetToUses[target]) {
336 addReference(SimpleDefinedAtom* atom, const ArchHandler::ReferenceInfo &refInfo, const lld::Atom* target) argument
344 addReferenceAddend(SimpleDefinedAtom *atom, const ArchHandler::ReferenceInfo &refInfo, const lld::Atom *target, uint64_t addend) argument
351 addOptReference(SimpleDefinedAtom* atom, const ArchHandler::ReferenceInfo &refInfo, const ArchHandler::OptionalRefInfo &optRef, const lld::Atom* target) argument
[all...]
H A DTLVPass.cpp88 const Atom *target = ref->target(); variable
89 assert(target != nullptr);
91 const DefinedAtom *tlvpEntry = makeTLVPEntry(target);
112 const DefinedAtom *makeTLVPEntry(const Atom *target) { argument
113 auto pos = _targetToTLVP.find(target);
119 TLVPEntryAtom(_file, _ctx.is64Bit(), target->name());
120 _targetToTLVP[target] = tlvpEntry;
124 nlInfo.kind, 0, target, 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp39 static bool CheckTargetForWatchpointOperations(Target *target, argument
42 target->GetProcessSP() && target->GetProcessSP()->IsAlive();
68 Target *target, Args &args, std::vector<uint32_t> &wp_ids) {
71 if (target == nullptr)
73 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint();
214 Target *target = &GetSelectedTarget(); variable
216 if (target->GetProcessSP() && target->GetProcessSP()->IsAlive()) {
218 Status error = target
67 VerifyWatchpointIDs( Target *target, Args &args, std::vector<uint32_t> &wp_ids) argument
297 Target *target = &GetSelectedTarget(); variable
367 Target *target = &GetSelectedTarget(); variable
479 Target *target = &GetSelectedTarget(); variable
601 Target *target = &GetSelectedTarget(); variable
722 Target *target = &GetSelectedTarget(); variable
832 Target *target = static_cast<Target *>(baton); local
840 Target *target = GetDebugger().GetSelectedTarget().get(); variable
1025 Target *target = GetDebugger().GetSelectedTarget().get(); variable
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dformat.c64 If the BFD has been set to a specific target before the
65 call, only the named target and format combination is
66 checked. If the target has not been set, or has been set to
67 <<default>>, then all the known target backends is
68 interrogated to determine a match. If the default target
69 matches, it is used. If not, exactly one target must recognize
120 const bfd_target * const *target; local
136 /* Since the target type was defaulted, check them
159 /* If the target type was explicitly specified, just check that target
[all...]
H A Dtargets.c1 /* Generic target-file-type support for the BFD library.
42 of a target back end. All the back end provides to the root
49 target are unknown. BFD uses various mechanisms to determine
54 target string supplied to <<bfd_openr>> and the new BFD pointer.
56 o If a null target string was provided to <<bfd_find_target>>,
58 that as the target string.
60 o If the target string is still <<NULL>>, or the target string is
61 <<default>>, then use the first item in the target vector
62 as the target typ
1290 const bfd_target * const *target; local
1330 const bfd_target *target; local
1368 const bfd_target *target; local
1426 const bfd_target * const *target; local
1468 const bfd_target * const *target; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-log-cmd.c139 const char *target;
173 /* Parse the first target into path-or-url and peg revision. */
174 target = APR_ARRAY_IDX(targets, 0, const char *);
176 target, pool));
178 target_peg_revision.kind = (svn_path_is_url(target)
183 if (svn_path_is_url(target))
187 target = APR_ARRAY_IDX(targets, i, const char *);
189 if (svn_path_is_url(target) || target[0] == '/')
194 target);
138 const char *target; local
[all...]
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dunix.pl86 local($target, $source, $bname) = @_;
90 if ($target eq "\$(OBJ_D)/$p.o")
98 if ($target eq '$(OBJ_D)/x86_64cpuid.o')
105 elsif ($target eq '$(OBJ_D)/sha256-x86_64.o')
112 elsif ($target eq '$(OBJ_D)/sha512-x86_64.o')
119 elsif ($target eq '$(OBJ_D)/sha512-x86_64.o')
127 die $target;
132 local($target) = @_;
134 if ($target eq 'crypto/bn/x86_64-gcc')
146 local($obj,$target,
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp77 Target &target = m_process->GetTarget(); local
78 ModuleSP executable = target.GetExecutableModule();
86 // Check if the executable has changed and set it to the target
97 executable = target.GetOrCreateModule(module_spec, true /* notify */);
98 if (executable.get() != target.GetExecutableModulePointer()) {
101 target.SetExecutableModule(executable, eLoadDependentsNo);
128 Target &target = m_process->GetTarget(); local
136 target.SetSectionUnloaded(section_sp);
156 Target &target = m_process->GetTarget(); local
157 ModuleList &modules = target
[all...]
/freebsd-11-stable/sys/dev/etherswitch/
H A Dmiiproxy.c66 * match up, so that the proxy endpoint can be associated with a target
67 * endpoint. The proxy has to know the device name of the target that it
93 struct rendezvous_endpoint target; member in struct:rendezvous_entry
97 * Call the callback routines for both the proxy and the target. If either
107 error = e->target.callback(RENDEZVOUS_ATTACH, e);
119 * indicates the name of the device that is the target endpoint for this
120 * rendezvous. The callback will be invoked as soon as the target is
121 * registered: either immediately if the target registered itself earlier,
122 * or once the target registers. Returns ENXIO if the target ha
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c1170 struct hshentry *target, *target2, *temp; local
1175 target = genrevs(numrev.string,(char*)0,(char*)0,(char*)0,&gendeltas);
1176 if ( ! target ) return 0;
1177 cmp = cmpnum(target->num, numrev.string);
1182 temp=searchcutpt(target->num,length+1,gendeltas);
1189 cuttail = target->next;
1205 temp = searchcutpt( target->num, length-1, gendeltas);
1206 cuttail = target->next;
1209 temp = searchcutpt(target->num, length, gendeltas);
1210 cuttail = target;
1366 struct hshentry *target; local
1427 struct hshentry *target; local
1455 struct hshentry *target; local
1484 struct hshentry *target; local
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.in39 target=@target@
148 # some to the GCC configure because of its hybrid host/target nature.
196 # directories built for the target.
197 TARGET_CONFIGARGS = @target_configargs@ --with-target-subdir="$(TARGET_SUBDIR)"
372 #### host and target specific makefile fragments come in here.
380 # so that prorgams built for the target machine work.
383 @if target-libstdc++-v3
385 @endif target-libstdc++-v3
387 @if target
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dylwrap98 /* | [A-Za-z]:\\*) target="$2";;
99 *) target="../$2";;
101 mv "$1" "$target" || status=$?
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h42 bool GetUnwindPlan(Target &target, Address addr, UnwindPlan &unwind_plan);
109 bool GetCompactUnwindInfoForFunction(Target &target, Address address,
128 bool CreateUnwindPlan_x86_64(Target &target, FunctionInfo &function_info,
132 bool CreateUnwindPlan_i386(Target &target, FunctionInfo &function_info,
136 bool CreateUnwindPlan_arm64(Target &target, FunctionInfo &function_info,
140 bool CreateUnwindPlan_armv7(Target &target, FunctionInfo &function_info,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbol.i43 GetInstructions (lldb::SBTarget target);
46 GetInstructions (lldb::SBTarget target, const char *flavor_string);
80 return self.GetInstructions (target)
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c54 #include "target.h"
549 that the source does not overlap the target. */
2744 by the target, which restricts simplify_subreg from invoking
2813 by the target, which restricts simplify_subreg from invoking
2877 probably run into the target not being able to implement it. */
2904 /* The target must support moves in this mode. */
3032 /* See if we can coerce the target into moving both values at once. */
3302 /* If the target's cannot_force_const_mem prevented the spill,
3303 assume that the target's move expanders will also take care
3340 /* If Y is representable exactly in a narrower mode, and the target ca
3669 rtx target; local
4272 store_expr(tree exp, rtx target, int call_param_p) argument
4841 store_constructor_field(rtx target, unsigned HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, enum machine_mode mode, tree exp, tree type, int cleared, int alias_set) argument
4887 store_constructor(tree exp, rtx target, int cleared, HOST_WIDE_INT size) argument
5459 store_field(rtx target, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, enum machine_mode mode, tree exp, tree type, int alias_set) argument
5965 force_operand(rtx value, rtx target) argument
6402 highest_pow2_factor_for_target(tree target, tree exp) argument
6454 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
6494 expand_expr_addr_expr_1(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier) argument
6628 expand_expr_addr_expr(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier) argument
6712 expand_expr_real(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier, rtx *alt_rtl) argument
6786 expand_expr_real_1(tree exp, rtx target, enum machine_mode tmode, enum expand_modifier modifier, rtx *alt_rtl) argument
8835 reduce_to_bit_field_precision(rtx exp, rtx target, tree type) argument
9037 do_store_flag(tree exp, rtx target, enum machine_mode mode, int only_cheap) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh46 target = args[1]->p_pid;
50 /target == pid && args[0] == SIGUSR1/
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh54 pid\$target::fN:entry
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dupgrade-cmd.c71 const char *target = APR_ARRAY_IDX(targets, i, const char *);
75 SVN_ERR(svn_client_upgrade(target, ctx, scratch_pool));
69 const char *target = APR_ARRAY_IDX(targets, i, const char *); local
H A Dswitch-cmd.c80 const char *target = APR_ARRAY_IDX(targets, i, const char *);
82 SVN_ERR(svn_client_relocate2(target, from, to,
106 const char *target, *switch_url;
113 arguments: a local path to update ("target"), and a new url to
136 target = "";
138 target = APR_ARRAY_IDX(targets, 1, const char *);
145 SVN_ERR(svn_cl__check_target_is_local_path(target));
166 err = svn_client_switch3(NULL, target, switch_url, &peg_revision,
179 svn_dirent_local_style(target,
78 const char *target = APR_ARRAY_IDX(targets, i, const char *); local
104 const char *target, *switch_url; local
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Drename_c.c41 krb5_principal target)
59 krb5_store_principal(sp, target);
39 kadm5_c_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile.arm13 elf32-target.h \
H A DMakefile.powerpc12 elf32-target.h \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp75 static AVR target; local
76 return &target;

Completed in 207 milliseconds

1234567891011>>