Searched refs:target (Results 176 - 200 of 1376) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp73 Target &target) const {
79 SectionLoadList &section_load_list = target.GetSectionLoadList();
83 target.ResolveFileAddress(addr, resolved_addr);
85 target.ResolveLoadAddress(addr, resolved_addr);
104 addr_t function_start = sym_addr.GetLoadAddress(&target);
117 auto insn = GetInstructionAtAddress(target, current_offset, addr);
133 Target &target, const Address &resolved_addr, addr_t symbol_offset) const {
166 disasm_sp->ParseInstructions(target, addr,
183 // breakpoint target address. Now the upper 2-byte instruction is
201 // FIXME: We reached here that means instruction at [target
132 GetInstructionAtAddress( Target &target, const Address &resolved_addr, addr_t symbol_offset) const argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-begin.exp1 make: "deptgt-begin.mk" line 19: warning: duplicate script for target ".BEGIN" ignored
H A Dopt-debug-graph1.exp3 # made-target, unmade, type OP_DEPENDS, flags none
4 # made-target-no-sources, unmade, type OP_DEPENDS, flags none
6 # unmade-target, unmade, type OP_DEPENDS, flags none
9 # unmade-target-no-sources, unmade, type OP_DEPENDS, flags none
17 .ALLTARGETS = all made-target made-target-no-sources made-source unmade-target unmade-sources unmade-silent-source unmade-target-no-sources
H A Dopt-query.mk28 . for target in commands
29 @echo 'Making ${target}':
30 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=commands \
31 && echo "${target}: query status $$?" \
32 || echo "${target}: query status $$?"
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
38 @echo 'Making ${target} in ${mode} mode':
39 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=variants \
40 && echo "${target} in ${mode} mode: query status $$?" \
41 || echo "${target} i
[all...]
/freebsd-current/crypto/openssl/Configurations/platform/
H A DVMS.pm30 sub shlibvariant { $target{shlib_variant} || '' }
47 $target{pointer_size});
62 "_shr$target{pointer_size}");
H A Dmingw.pm24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' }
36 ($config{target} eq "mingw64"
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h56 bool Dump(Stream *s, Target *target, bool show_file, Address::DumpStyle style,
60 Target *target, bool show_address_only) const;
127 /// Apply file mappings from target.source-map to the LineEntry's file.
130 /// Shared pointer to the target this LineEntry belongs to.
135 FileSpec file; ///< The source file, possibly mapped by the target.source-map
156 ///after the end of a sequence of target machine
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h201 Target *target);
217 bool GetDescription(Stream &s, Target &target,
288 lldb::addr_t GetLoadAddress(Target *target) const;
296 /// target) that are required when changing the program counter to setting a
302 lldb::addr_t GetCallableLoadAddress(Target *target,
311 /// ARM target) that are required for changing the program counter
321 Target *target,
393 /// The address will attempt to find a loaded section within \a target that
401 /// \param[in] target
402 /// The target t
[all...]
H A DAddressRange.h144 bool ContainsLoadAddress(const Address &so_addr, Target *target) const;
153 bool ContainsLoadAddress(lldb::addr_t load_addr, Target *target) const;
190 Dump(Stream *s, Target *target, Address::DumpStyle style,
/freebsd-current/sys/netlink/
H A Dnetlink_snl_route.h89 const void *arg __unused, void *target)
94 *((struct sockaddr **)target) = sa;
118 const void *arg __unused, void *target)
124 *((struct sockaddr **)target) = sa;
180 const void *arg __unused, void *target)
185 memcpy(target, NLA_DATA_CONST(nla), sizeof(struct in_addr));
191 const void *arg __unused, void *target)
196 memcpy(target, NLA_DATA_CONST(nla), sizeof(struct in6_addr));
88 snl_attr_get_ip(struct snl_state *ss, struct nlattr *nla, const void *arg __unused, void *target) argument
117 snl_attr_get_ipvia(struct snl_state *ss, struct nlattr *nla, const void *arg __unused, void *target) argument
179 snl_attr_get_in_addr(struct snl_state *ss __unused, struct nlattr *nla, const void *arg __unused, void *target) argument
190 snl_attr_get_in6_addr(struct snl_state *ss __unused, struct nlattr *nla, const void *arg __unused, void *target) argument
/freebsd-current/contrib/bearssl/T0/
H A DOpcode.cs40 * Resolve the target (word reference) for this opcode.
42 internal virtual void ResolveTarget(Word target) argument
/freebsd-current/contrib/unbound/sldns/
H A Dparseutil.h96 char *target, size_t targsize);
97 int sldns_b64url_ntop(uint8_t const *src, size_t srclength, char *target,
104 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
105 int sldns_b64url_pton(char const *src, size_t srcsize, uint8_t *target,
/freebsd-current/contrib/tzdata/
H A Dchecklinks.awk60 target = (!defined[tz] ? "absence" \
63 printf "%s: target %s disagrees with %s's target %s\n", \
64 tz, target, shortcut[tz], defined[shortcut[tz]]
/freebsd-current/sys/netinet/
H A Dsctp_bsd_addr.h54 int sctp_copy_out_packet_log(uint8_t *target, int length);
/freebsd-current/usr.bin/indent/
H A Dio.c58 static int pad_output(int current, int target);
161 int target = ps.com_col; local
164 target += ps.comment_delta;
167 com_st++, target += opt.tabsize;
168 while (target <= 0)
170 target++, com_st++;
172 target = opt.tabsize * (1 + (target - 1) / opt.tabsize) + 1;
176 target = 1;
177 if (cur_col > target) { /* i
394 pad_output(int current, int target) argument
[all...]
/freebsd-current/libexec/rtld-elf/tests/
H A DMakefile2 SUBDIR+= libpythagoras libdeep libval libval2 target
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp40 // 2 inst = target.ReadInstructions(pc, 1).GetInstructionAtIndex(0)
45 // SBInstructionList that was returned by lldb.target.ReadInstructions() that
110 const char *SBInstruction::GetMnemonic(SBTarget target) { argument
111 LLDB_INSTRUMENT_VA(this, target);
118 TargetSP target_sp(target.GetSP());
129 const char *SBInstruction::GetOperands(SBTarget target) { argument
130 LLDB_INSTRUMENT_VA(this, target);
137 TargetSP target_sp(target.GetSP());
148 const char *SBInstruction::GetComment(SBTarget target) { argument
149 LLDB_INSTRUMENT_VA(this, target);
167 GetControlFlowKind(lldb::SBTarget target) argument
195 GetData(SBTarget target) argument
314 lldb_private::Target *target = exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp45 GetPtrauthInstructionInfo(Target &target, const ArchSpec &arch, argument
52 arch, plugin_name, flavor, target, range_bounds, prefer_file_cache);
67 Target &target) {
68 strm.Printf("at address=0x%" PRIx64, addr.GetLoadAddress(&target));
70 if (addr.GetDescription(s, target, eDescriptionLevelBrief))
91 Target &target = *exe_ctx.GetTargetPtr();
94 const ArchSpec &arch = target.GetArchitecture();
97 // Check for a ptrauth-enabled target.
127 if (!target.ResolveLoadAddress(fixed_bad_address, brk_address))
131 GetPtrauthInstructionInfo(target, arc
66 DescribeAddressBriefly(Stream &strm, const Address &addr, Target &target) argument
218 Target *target = exe_ctx.GetTargetPtr(); local
488 GetStopInfoForHardwareBP(Thread &thread, Target *target, uint32_t exc_data_count, uint64_t exc_sub_code, uint64_t exc_sub_sub_code) argument
602 Target *target = exe_ctx.GetTargetPtr(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregerror.c88 int target = errcode &~ REG_ITOA; local
96 if (r->code == target)
105 "REG_0x%x", target);
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c50 _nc_wcrtomb(char *target, wchar_t source, mbstate_t * state)
54 if (target == 0) {
61 result = (int) wcrtomb(target, source, state);
/freebsd-current/sys/contrib/ck/include/
H A Dck_tflock.h56 ck_tflock_ticket_fca_32(uint32_t *target, uint32_t mask, uint32_t delta) argument
58 uint32_t snapshot = ck_pr_load_32(target);
63 if (ck_pr_cas_32_value(target, snapshot, goal, &snapshot) == true)
/freebsd-current/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h47 extern int mlx_scsi_inquiry(int unit, int bus, int target, char **vendor, char **device, char **revision);
48 extern int mlx_get_device_state(int fd, int channel, int target, struct mlx_phys_drv *drv);
57 extern void mlx_print_phys_drv(struct mlx_phys_drv *drv, int channel, int target, char *prefix, int verbose);
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_006_pos.ksh76 typeset target=$1
82 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target
87 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target
/freebsd-current/crypto/openssl/util/
H A Ddofile.pl26 if !exists($config{target});
86 target => \%target,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp67 line_entry_helper(Target &target, const SymbolContext &sc, Symbol *symbol, argument
79 if (target.ResolveLoadAddress(address.GetCallableLoadAddress(&target),
195 Target &target = process->GetTarget();
197 if (target.GetSectionLoadList().IsEmpty())
202 if (!target.GetSectionLoadList().ResolveLoadAddress(
210 if (!target.GetSectionLoadList().ResolveLoadAddress(vtable_address,
214 target.GetImages().ResolveSymbolContextForAddress(
253 if (target.GetSectionLoadList().ResolveLoadAddress(
255 target
[all...]

Completed in 156 milliseconds

1234567891011>>