Searched refs:target (Results 251 - 275 of 1432) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h49 size_t GetSoftwareBreakpointTrapOpcode(Target &target,
55 Target *target, Status &error) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp237 Target *target, // Can be NULL, if NULL create a new
238 // target, else use existing one
241 LLDB_LOG(log, "target {0}", target);
245 return PlatformPOSIX::DebugProcess(launch_info, debugger, target, error);
259 // worry about the target getting them as well.
262 // Ensure we have a target.
263 if (target == nullptr) {
264 LLDB_LOG(log, "creating new target");
269 LLDB_LOG(log, "failed to create new target
236 DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, Target *target, Status &error) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp92 static MSP430 target; local
93 return &target;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h61 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
65 Target *target, bool show_address_only) const;
132 /// Apply file mappings from target.source-map to the LineEntry's file.
135 /// Shared pointer to the target this LineEntry belongs to.
140 FileSpec file; ///< The source file, possibly mapped by the target.source-map
158 ///after the end of a sequence of target machine
/freebsd-11-stable/contrib/bmake/mk/
H A Ddep.mk3 .if !target(__${.PARSEFILE}__)
19 .if !target(${s:T:R}$e)
56 .if !target(depend)
100 .if !target(beforedepend)
103 .if !target(afterdepend)
109 .if !target(tags)
121 .if !target(cleandepend)
H A Dmeta.stage.mk18 .if !target(__${.PARSEFILE}__)
19 # the guard target is defined later
146 .if target(stage_incs) || !empty(.ALLTARGETS:Mstage_includes)
161 .if target(stage_libs)
196 .if target(stage_files.$s) || target(stage_files${s:S,^,.,:N._default})
199 .if !target(.stage_files.$s)
216 .if target(stage_links.$s) || target(stage_links${s:S,^,.,:N._default})
219 .if !target(
[all...]
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c60 * overlay_get_target_phandle - retrieves the target phandle of a fragment
64 * overlay_get_target_phandle() retrieves the target phandle of an
65 * overlay fragment when that fragment uses a phandle (target
66 * property) instead of a path (target-path property).
69 * the phandle pointed by the target property
78 val = fdt_getprop(fdto, fragment, "target", &len);
89 * overlay_get_target - retrieves the offset of a fragment's target
93 * @pathp: pointer which receives the path of the target (or NULL)
95 * overlay_get_target() retrieves the target offset in the base
118 path = fdt_getprop(fdto, fragment, "target
601 overlay_apply_node(void *fdt, int target, void *fdto, int node) argument
669 int target; local
741 int root_sym, ov_sym, prop, path_len, fragment, target; local
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h40 struct cam_et *target,
46 struct cam_et *target,
97 struct cam_et *target; member in struct:cam_ed
155 * Each target is represented by an ET (Existing Target). These
156 * entries are created when a target is successfully probed with an
196 struct cam_et *target; member in struct:cam_path
201 struct cam_et *target,
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dmergeinfo-cmd.c268 const char *target,
303 baton->target_path_or_url = target;
322 SVN_ERR(svn_client_mergeinfo_log2(finding_merged, target,
346 const char *source, *target;
368 SVN_ERR(svn_opt_parse_path(&tgt_peg_revision, &target,
374 target = "";
384 /* If no peg-rev was attached to a URL target, then assume HEAD; if
385 no peg-rev was attached to a non-URL target, then assume BASE. */
390 if (svn_path_is_url(target))
423 SVN_ERR(mergeinfo_log(TRUE, target,
265 mergeinfo_log(svn_boolean_t finding_merged, const char *target, const svn_opt_revision_t *tgt_peg_revision, const char *source, const svn_opt_revision_t *src_peg_revision, const svn_opt_revision_t *src_start_revision, const svn_opt_revision_t *src_end_revision, svn_depth_t depth, svn_boolean_t include_log_details, svn_boolean_t quiet, svn_boolean_t verbose, svn_boolean_t incremental, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
344 const char *source, *target; local
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_kauai.c87 static int ata_kauai_setmode(device_t dev, int target, int mode);
319 ata_kauai_setmode(device_t dev, int target, int mode) argument
328 sc->udmaconf[target]
332 sc->udmaconf[target] = 0;
333 sc->wdmaconf[target]
337 sc->pioconf[target]
345 sc->udmaconf[target]
349 sc->udmaconf[target] = 0;
350 sc->wdmaconf[target]
354 sc->pioconf[target]
[all...]
/freebsd-11-stable/contrib/dtc/
H A Ddtc-parser.y174 struct node *target = get_node_by_ref($1, $3);
176 if (target) {
177 add_label(&target->labels, $2);
178 merge_nodes(target, $4);
185 struct node *target = get_node_by_ref($1, $2);
187 if (target)
188 merge_nodes(target, $3);
195 struct node *target = get_node_by_ref($1, $3);
197 if (target)
198 delete_node(target);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp303 Target *target = exe_ctx.GetTargetPtr();
304 if (target) {
305 if (target->GetArchitecture().GetMachine() == llvm::Triple::aarch64 ||
306 target->GetArchitecture().GetMachine() == llvm::Triple::aarch64_32) {
309 if (target->GetArchitecture().GetMachine() == llvm::Triple::x86_64) {
310 if (lldb::PlatformSP platform_sp = target->GetPlatform()) {
318 ClangModulesDeclVendor *decl_vendor = target->GetClangModulesDeclVendor();
320 target->GetPersistentExpressionStateForLanguage(lldb::eLanguageTypeC));
330 if (target->GetEnableAutoImportClangModules()) {
372 if (target
[all...]
H A DClangExpressionDeclMap.cpp68 const lldb::TargetSP &target, const lldb::ClangASTImporterSP &importer,
70 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(),
91 Target *target = exe_ctx.GetTargetPtr(); local
103 } else if (target) {
108 if (target) {
110 target->GetPersistentExpressionStateForLanguage(eLanguageTypeC));
112 if (!ClangASTContext::GetScratch(*target))
167 Target *target = exe_ctx.GetTargetPtr(); local
168 if (target) {
169 ret.byte_order = target
65 ClangExpressionDeclMap( bool keep_result_in_memory, Materializer::PersistentVariableDelegate *result_delegate, const lldb::TargetSP &target, const lldb::ClangASTImporterSP &importer, ValueObject *ctx_obj) argument
177 DeportType(ClangASTContext &target, ClangASTContext &source, TypeFromParser parser_type) argument
208 Target *target = exe_ctx.GetTargetPtr(); local
247 Target *target = exe_ctx.GetTargetPtr(); local
489 GetSymbolAddress(Target &target, Process *process, ConstString name, lldb::SymbolType symbol_type, lldb_private::Module *module) argument
601 FindGlobalVariable( Target &target, ModuleSP &module, ConstString name, CompilerDeclContext *namespace_decl) argument
1513 Target *target = m_parser_vars->m_exe_ctx.GetTargetPtr(); local
1669 Target *target = m_parser_vars->m_exe_ctx.GetTargetPtr(); local
1892 Target *target = m_parser_vars->m_exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp46 // Create an address by resolving a load address using the supplied target
47 SBAddress::SBAddress(lldb::addr_t load_addr, lldb::SBTarget &target) argument
50 load_addr, target);
52 SetLoadAddress(load_addr, target);
120 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const {
122 (const lldb::SBTarget &), target);
125 TargetSP target_sp(target.GetSP());
136 void SBAddress::SetLoadAddress(lldb::addr_t load_addr, lldb::SBTarget &target) { argument
138 (lldb::addr_t, lldb::SBTarget &), load_addr, target);
142 if (target
[all...]
H A DSBInstruction.cpp40 // 2 inst = target.ReadInstructions(pc, 1).GetInstructionAtIndex(0)
45 // SBInstructionList that was returned by lldb.target.ReadInstructions() that
114 const char *SBInstruction::GetMnemonic(SBTarget target) { argument
116 target);
121 TargetSP target_sp(target.GetSP());
134 const char *SBInstruction::GetOperands(SBTarget target) { argument
136 target);
141 TargetSP target_sp(target.GetSP());
154 const char *SBInstruction::GetComment(SBTarget target) { argument
156 target);
183 GetData(SBTarget target) argument
304 lldb_private::Target *target = exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp168 Target *target = exe_ctx.GetTargetPtr(); local
169 if (!target) {
170 LLDB_LOGF(log, "== [UserExpression::Evaluate] Passed a NULL target, can't "
172 error.SetErrorString("expression passed a null target");
213 // language in the target's properties if specified, else default to the
216 if (target->GetLanguage() != lldb::eLanguageTypeUnknown)
217 language = target->GetLanguage();
223 target->GetUserExpressionForLanguage(expr, full_prefix, language,
268 target->GetUserExpressionForLanguage(fixed_expression->c_str(),
287 if (!fixed_expression->empty() && target
397 Target *target = exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c75 static void mly_rescan_btl(struct mly_softc *sc, int bus, int target);
104 static void mly_cam_rescan_btl(struct mly_softc *sc, int bus, int target);
109 static struct cam_periph *mly_find_periph(struct mly_softc *sc, int bus, int target);
110 static int mly_name_device(struct mly_softc *sc, int bus, int target);
809 int bus, target; local
824 for (target = 0; target < MLY_MAX_TARGETS; target++)
825 sc->mly_btl[bus][target].mb_flags = MLY_BTL_RESCAN;
837 mly_rescan_btl(struct mly_softc *sc, int bus, int target) argument
904 int bus, target, rescan; local
1313 int bus, target, event, class, action; local
1403 int bus, target; local
2038 mly_cam_rescan_btl(struct mly_softc *sc, int bus, int target) argument
2129 int bus, target; local
2209 int bus, target; local
2338 int bus, target; local
2404 mly_find_periph(struct mly_softc *sc, int bus, int target) argument
2424 mly_name_device(struct mly_softc *sc, int bus, int target) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dradix.c33 _new_prefix(isc_mem_t *mctx, isc_prefix_t **target, int family,
40 _ref_prefix(isc_mem_t *mctx, isc_prefix_t **target, isc_prefix_t *prefix);
49 _new_prefix(isc_mem_t *mctx, isc_prefix_t **target, int family, void *dest, argument
54 REQUIRE(target != NULL);
76 *target = prefix;
96 _ref_prefix(isc_mem_t *mctx, isc_prefix_t **target, isc_prefix_t *prefix) { argument
101 REQUIRE(target != NULL && *target == NULL);
110 ret = _new_prefix(mctx, target, prefix->family,
117 *target
140 isc_radix_create(isc_mem_t *mctx, isc_radix_tree_t **target, int maxbits) argument
237 isc_radix_search(isc_radix_tree_t *radix, isc_radix_node_t **target, isc_prefix_t *prefix) argument
302 isc_radix_insert(isc_radix_tree_t *radix, isc_radix_node_t **target, isc_radix_node_t *source, isc_prefix_t *prefix) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcharset.c45 - The `current target character set' is the character set the
50 character sets that it can use as its host or target character
56 - printing target strings and characters to the user's terminal
57 (mostly target->host conversions),
59 - building target-appropriate representations of strings and
60 characters the user enters in expressions (mostly host->target
66 host/target character set pair. If GDB supports N character sets,
72 pairing of host and target character set, while still allowing
84 translations: when the host and target character sets are the
559 and then try to translate that into the target characte
940 set_host_and_target_charsets(struct charset *host, struct charset *target) argument
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Dreloc.c314 Elf_Addr *where, target; local
329 target = (Elf_Addr)(defobj->relocbase + def->st_value);
330 reloc_jmpslot(where, target, defobj, obj, rel);
347 /* Fixup the jump slot at "where" to transfer control to "target". */
349 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, argument
354 dbg("reloc_jmpslot: *%p = %p", where, (void *)target);
357 *where = target;
358 return (target);
366 Elf_Addr *where, target; local
376 target
396 Elf_Addr *where, target; local
[all...]
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c397 Elf_Addr target; local
410 target = (Elf_Addr)(defobj->relocbase + def->st_value);
420 reloc_jmpslot(where, target, defobj, obj,
435 reloc_jmpslot(Elf_Addr *wherep, Elf_Addr target, const Obj_Entry *defobj, argument
446 dbg(" reloc_jmpslot: where=%p, target=%p (%#lx + %#lx)",
447 (void *)wherep, (void *)target, *(Elf_Addr *)target,
462 memcpy(wherep, (void *)target, sizeof(struct funcdesc));
463 wherep[2] = ((Elf_Addr *)target)[2];
464 wherep[1] = ((Elf_Addr *)target)[
[all...]
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Dreloc.c362 Elf_Addr *where, target; local
377 target = (Elf_Addr)(defobj->relocbase + def->st_value + rela->r_addend);
378 reloc_jmpslot(where, target, defobj, obj, (const Elf_Rel *)rela);
394 /* Fixup the jump slot at "where" to transfer control to "target". */
396 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, argument
401 dbg("reloc_jmpslot: *%p = %p", where, (void *)target);
404 *where = target;
405 return (target);
418 Elf_Addr *where, target, *ptr; local
428 target
448 Elf_Addr *where, target; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c223 spa_write_cachefile(spa_t *target, boolean_t removing, boolean_t postsysevent) argument
242 for (dp = list_head(&target->spa_config_list); dp != NULL;
243 dp = list_next(&target->spa_config_list, dp)) {
261 if ((spa == target && removing) ||
305 if (target->spa_ccw_fail_time == 0) {
307 target, NULL, NULL, 0, 0);
309 target->spa_ccw_fail_time = gethrtime();
310 spa_async_request(target, SPA_ASYNC_CONFIG_UPDATE);
316 target->spa_ccw_fail_time = 0;
322 dp = list_head(&target
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c56 static int ata_cmd_setmode(device_t dev, int target, int mode);
61 static int ata_sii_setmode(device_t dev, int target, int mode);
209 ata_cmd_setmode(device_t dev, int target, int mode) argument
214 int devno = (ch->unit << 1) + target;
228 umode &= ~(target == 0 ? 0x35 : 0xca);
229 umode |= udmatimings[mode & ATA_MODE_MASK][target];
235 ~(target == 0 ? 0x35 : 0xca), 1);
344 ata_sii_setmode(device_t dev, int target, int mode) argument
349 int rego = (ch->unit << 4) + (target << 1);
351 int mask = 0x03 << (target <<
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp14 // with the relative offsets to the target symbols. It would just be
173 {target->tlsDescRel, in.got, off, !sym.isPreemptible, &sym, 0});
202 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
204 return target->getTlsGdRelaxSkip(type);
211 {R_ADDEND, target->symbolicRel, in.got->getTlsIndexOff(), 1, &sym});
213 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got,
223 {target->adjustRelaxExpr(type, nullptr, R_RELAX_TLS_LD_TO_LE), type,
235 {R_ABS, target->tlsOffsetRel, off, 0, &sym});
250 {R_ADDEND, target->symbolicRel, off, 1, &sym});
252 mainPart->relaDyn->addReloc(target
1801 isThunkSectionCompatible(InputSection *source, SectionBase *target) argument
[all...]

Completed in 187 milliseconds

<<11121314151617181920>>