Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFuncUnwinders.cpp60 UnwindPlanSP FuncUnwinders::GetUnwindPlanAtCallSite(Target &target, in GetUnwindPlanAtCallSite()
80 UnwindPlanSP FuncUnwinders::GetCompactUnwindUnwindPlan(Target &target) { in GetCompactUnwindUnwindPlan()
105 lldb::UnwindPlanSP FuncUnwinders::GetObjectFileUnwindPlan(Target &target) { in GetObjectFileUnwindPlan()
125 UnwindPlanSP FuncUnwinders::GetEHFrameUnwindPlan(Target &target) { in GetEHFrameUnwindPlan()
143 UnwindPlanSP FuncUnwinders::GetDebugFrameUnwindPlan(Target &target) { in GetDebugFrameUnwindPlan()
161 UnwindPlanSP FuncUnwinders::GetArmUnwindUnwindPlan(Target &target) { in GetArmUnwindUnwindPlan()
214 FuncUnwinders::GetObjectFileAugmentedUnwindPlan(Target &target, in GetObjectFileAugmentedUnwindPlan()
245 UnwindPlanSP FuncUnwinders::GetEHFrameAugmentedUnwindPlan(Target &target, in GetEHFrameAugmentedUnwindPlan()
286 UnwindPlanSP FuncUnwinders::GetDebugFrameAugmentedUnwindPlan(Target &target, in GetDebugFrameAugmentedUnwindPlan()
327 UnwindPlanSP FuncUnwinders::GetAssemblyUnwindPlan(Target &target, in GetAssemblyUnwindPlan()
[all …]
/openbsd-src/sys/dev/usb/
H A Duoak_subr.c108 uoak_get_device_name(struct uoak_softc *sc, enum uoak_target target) in uoak_get_device_name()
124 uoak_get_report_mode(struct uoak_softc *sc, enum uoak_target target) in uoak_get_report_mode()
139 uoak_get_report_rate(struct uoak_softc *sc, enum uoak_target target) in uoak_get_report_rate()
157 uoak_get_sample_rate(struct uoak_softc *sc, enum uoak_target target) in uoak_get_sample_rate()
175 uoak_set_sample_rate(struct uoak_softc *sc, enum uoak_target target, int rate) in uoak_set_sample_rate()
199 uoak_led_status(struct uoak_softc *sc, enum uoak_target target, uint8_t *mode) in uoak_led_status()
214 uoak_led_ctrl(struct uoak_softc *sc, enum uoak_target target, uint8_t mode) in uoak_led_ctrl()
235 uoak_get_setting(struct uoak_softc *sc, enum uoak_target target) in uoak_get_setting()
257 uoak_print_setting(struct uoak_softc *sc, enum uoak_target target) in uoak_print_setting()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp101 Target *target = exe_ctx.GetTargetPtr(); in operator bool() local
120 Target *target = exe_ctx.GetTargetPtr(); in GetSymbolContext() local
142 Target *target = exe_ctx.GetTargetPtr(); in GetModule() local
166 Target *target = exe_ctx.GetTargetPtr(); in GetCompileUnit() local
190 Target *target = exe_ctx.GetTargetPtr(); in GetFunction() local
214 Target *target = exe_ctx.GetTargetPtr(); in GetSymbol() local
237 Target *target = exe_ctx.GetTargetPtr(); in GetBlock() local
258 Target *target = exe_ctx.GetTargetPtr(); in GetFrameBlock() local
279 Target *target = exe_ctx.GetTargetPtr(); in GetLineEntry() local
329 Target *target = exe_ctx.GetTargetPtr(); in GetPC() local
[all …]
H A DSBInstruction.cpp110 const char *SBInstruction::GetMnemonic(SBTarget target) { in GetMnemonic()
129 const char *SBInstruction::GetOperands(SBTarget target) { in GetOperands()
148 const char *SBInstruction::GetComment(SBTarget target) { in GetComment()
167 lldb::InstructionControlFlowKind SBInstruction::GetControlFlowKind(lldb::SBTarget target) { in GetControlFlowKind()
195 SBData SBInstruction::GetData(SBTarget target) { in GetData()
314 lldb_private::Target *target = exe_ctx.GetTargetPtr(); in EmulateWithFrame() local
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTUtils.cmake418 set(target "${COMPILER_RT_DEFAULT_TARGET_TRIPLE}") variable
420 set(target "i686${triple_suffix}") variable
422 set(target "x86_64${triple_suffix}") variable
424 set(target "sparcv9${triple_suffix}") variable
430 set(target "${triple_cpu_mips}${triple_suffix_gnu}") variable
435 set(target "${triple_cpu_mips}${triple_suffix_gnu}") variable
454 set(target "${arch}${triple_suffix}") variable
456 set(target "${arch}${triple_suffix}") variable
/openbsd-src/usr.bin/dig/lib/dns/
H A Drdata.c163 name_duporclone(dns_name_t * source,dns_name_t * target) name_duporclone() argument
181 typemap_totext(isc_region_t * sr,dns_rdata_textctx_t * tctx,isc_buffer_t * target) typemap_totext() argument
305 dns_rdata_clone(const dns_rdata_t * src,dns_rdata_t * target) dns_rdata_clone() argument
359 dns_rdata_fromwire(dns_rdata_t * rdata,dns_rdataclass_t rdclass,dns_rdatatype_t type,isc_buffer_t * source,dns_decompress_t * dctx,unsigned int options,isc_buffer_t * target) dns_rdata_fromwire() argument
428 dns_rdata_towire(dns_rdata_t * rdata,dns_compress_t * cctx,isc_buffer_t * target) dns_rdata_towire() argument
468 unknown_totext(dns_rdata_t * rdata,dns_rdata_textctx_t * tctx,isc_buffer_t * target) unknown_totext() argument
510 rdata_totext(dns_rdata_t * rdata,dns_rdata_textctx_t * tctx,isc_buffer_t * target) rdata_totext() argument
543 dns_rdata_totext(dns_rdata_t * rdata,dns_name_t * origin,isc_buffer_t * target) dns_rdata_totext() argument
563 dns_rdata_tofmttext(dns_rdata_t * rdata,dns_name_t * origin,unsigned int flags,unsigned int width,unsigned int split_width,const char * linebreak,isc_buffer_t * target) dns_rdata_tofmttext() argument
592 dns_rdata_fromstruct_soa(dns_rdata_t * rdata,dns_rdataclass_t rdclass,dns_rdatatype_t type,dns_rdata_soa_t * soa,isc_buffer_t * target) dns_rdata_fromstruct_soa() argument
625 dns_rdata_fromstruct_tsig(dns_rdata_t * rdata,dns_rdataclass_t rdclass,dns_rdatatype_t type,dns_rdata_any_tsig_t * tsig,isc_buffer_t * target) dns_rdata_fromstruct_tsig() argument
880 dns_rdatatype_totext(dns_rdatatype_t type,isc_buffer_t * target) dns_rdatatype_totext() argument
1103 txt_totext(isc_region_t * source,int quote,isc_buffer_t * target) txt_totext() argument
1172 txt_fromwire(isc_buffer_t * source,isc_buffer_t * target) txt_fromwire() argument
1199 multitxt_totext(isc_region_t * source,isc_buffer_t * target) multitxt_totext() argument
1255 name_prefix(dns_name_t * name,dns_name_t * origin,dns_name_t * target) name_prefix() argument
1287 inet_totext(int af,isc_region_t * src,isc_buffer_t * target) inet_totext() argument
1305 uint32_tobuffer(uint32_t value,isc_buffer_t * target) uint32_tobuffer() argument
1316 uint16_tobuffer(uint32_t value,isc_buffer_t * target) uint16_tobuffer() argument
1329 name_tobuffer(dns_name_t * name,isc_buffer_t * target) name_tobuffer() argument
1409 byte_btoa(int c,isc_buffer_t * target,struct state * state) byte_btoa() argument
1473 btoa_totext(unsigned char * inbuf,int inbuflen,isc_buffer_t * target) btoa_totext() argument
[all...]
H A Drcode.c121 dns_mnemonic_totext(unsigned int value, isc_buffer_t *target, in dns_mnemonic_totext()
137 dns_tsigrcode_totext(dns_rcode_t rcode, isc_buffer_t *target) { in dns_tsigrcode_totext()
142 dns_cert_totext(dns_cert_t cert, isc_buffer_t *target) { in dns_cert_totext()
147 dns_secalg_totext(dns_secalg_t secalg, isc_buffer_t *target) { in dns_secalg_totext()
233 dns_rdataclass_totext(dns_rdataclass_t rdclass, isc_buffer_t *target) { in dns_rdataclass_totext()
H A Dname.c555 dns_name_t *target) in dns_name_getlabelsequence()
604 dns_name_clone(const dns_name_t *source, dns_name_t *target) { in dns_name_clone()
685 isc_buffer_t *target) in dns_name_fromtext()
924 isc_buffer_t *target) in dns_name_totext()
934 dns_name_totext2(dns_name_t *name, unsigned int options, isc_buffer_t *target) in dns_name_totext2()
1089 dns_name_downcase(dns_name_t *source, dns_name_t *name, isc_buffer_t *target) { in dns_name_downcase()
1201 isc_buffer_t *target) in dns_name_fromwire()
1369 isc_buffer_t *target) in dns_name_towire()
1451 isc_buffer_t *target) in dns_name_concatenate()
1548 dns_name_t *target) in dns_name_dup()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dtargets.c1178 const bfd_target * const *target; in find_target() local
1219 const bfd_target *target; in bfd_set_default_target() local
1256 const bfd_target *target; in bfd_find_target() local
1308 const bfd_target * const *target; in bfd_target_list() local
1350 const bfd_target * const *target; in bfd_search_for_target() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dtargets.c1255 const bfd_target * const *target; in find_target() local
1296 const bfd_target *target; in bfd_set_default_target() local
1333 const bfd_target *target; in bfd_find_target() local
1385 const bfd_target * const *target; in bfd_target_list() local
1427 const bfd_target * const *target; in bfd_search_for_target() local
/openbsd-src/usr.bin/dig/lib/isc/
H A Dbase32.c40 isc_buffer_t *target, const char base[], char pad) in base32_totext()
105 const char *wordbreak, isc_buffer_t *target) in isc_base32hexnp_totext()
116 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member
127 int pad, isc_buffer_t *target) in base32_decode_init()
254 int pad, isc_buffer_t *target) in base32_decoderegion()
269 isc_base32hexnp_decoderegion(isc_region_t *source, isc_buffer_t *target) { in isc_base32hexnp_decoderegion()
H A Dhex.c40 const char *wordbreak, isc_buffer_t *target) in isc_hex_totext()
71 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member
77 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) in hex_decode_init()
117 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) { in isc_hex_decodestring()
H A Dbase64.c42 const char *wordbreak, isc_buffer_t *target) in isc_base64_totext()
92 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member
99 base64_decode_init(base64_decode_ctx_t *ctx, int length, isc_buffer_t *target) in base64_decode_init()
168 isc_base64_decodestring(const char *cstr, isc_buffer_t *target) { in isc_base64_decodestring()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py132 def __init__(self, target): argument
153 def __init__(self, target): argument
178 def __init__(self, target, module, index): argument
211 def __init__(self, target, module): argument
237 def __init__(self, target, section): argument
267 def __init__(self, target, module): argument
293 def __init__(self, target, cu): argument
317 def __init__(self, target, cu): argument
345 def __init__(self, target, line_entry, index): argument
373 def __init__(self, target, instr): argument
[all …]
H A Dsymbolication.py43 def __init__(self, target, load_addr): argument
171 def InitWithSBTargetAndSBSection(cls, target, section): argument
245 def InitWithSBTargetAndSBModule(cls, target, module): argument
326 def load_module(self, target): argument
367 def add_module(self, target): argument
439 def __init__(self, debugger=None, target=None, images=list()): argument
452 def InitWithSBTarget(cls, target): argument
571 target, argument
H A Dtypes.py158 def verify_type(target, options, type): argument
177 target, argument
283 def verify_types(target, options): argument
342 target = debugger.CreateTarget(path, variable
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_debug.c321 kfd_dbg_set_workaround(struct kfd_process * target,bool enable) kfd_dbg_set_workaround() argument
485 kfd_dbg_clear_process_address_watch(struct kfd_process * target) kfd_dbg_clear_process_address_watch() argument
494 kfd_dbg_trap_set_flags(struct kfd_process * target,uint32_t * flags) kfd_dbg_trap_set_flags() argument
556 kfd_dbg_trap_deactivate(struct kfd_process * target,bool unwind,int unwind_count) kfd_dbg_trap_deactivate() argument
609 kfd_dbg_clean_exception_status(struct kfd_process * target) kfd_dbg_clean_exception_status() argument
634 kfd_dbg_trap_disable(struct kfd_process * target) kfd_dbg_trap_disable() argument
663 kfd_dbg_trap_activate(struct kfd_process * target) kfd_dbg_trap_activate() argument
738 kfd_dbg_trap_enable(struct kfd_process * target,uint32_t fd,void __user * runtime_info,uint32_t * runtime_size) kfd_dbg_trap_enable() argument
819 kfd_dbg_trap_set_wave_launch_override(struct kfd_process * target,uint32_t trap_override,uint32_t trap_mask_bits,uint32_t trap_mask_request,uint32_t * trap_mask_prev,uint32_t * trap_mask_supported) kfd_dbg_trap_set_wave_launch_override() argument
862 kfd_dbg_trap_set_wave_launch_mode(struct kfd_process * target,uint8_t wave_launch_mode) kfd_dbg_trap_set_wave_launch_mode() argument
894 kfd_dbg_trap_query_exception_info(struct kfd_process * target,uint32_t source_id,uint32_t exception_code,bool clear_exception,void __user * info,uint32_t * info_size) kfd_dbg_trap_query_exception_info() argument
1014 kfd_dbg_trap_device_snapshot(struct kfd_process * target,uint64_t exception_clear_mask,void __user * user_info,uint32_t * number_of_device_infos,uint32_t * entry_size) kfd_dbg_trap_device_snapshot() argument
1086 kfd_dbg_set_enabled_debug_exception_mask(struct kfd_process * target,uint64_t exception_set_mask) kfd_dbg_set_enabled_debug_exception_mask() argument
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp69 const llvm::Target *target = in EmulateInstructionMIPS64() local
1333 int64_t offset, pc, rs_val, rt_val, target = 0; in Emulate_BXX_3ops() local
1385 int64_t offset, pc, target = 0; in Emulate_Bcond_Link() local
1430 int64_t offset, pc, target; in Emulate_BAL() local
1461 int64_t offset, pc, target; in Emulate_BALC() local
1497 int64_t offset, pc, rs_val, target = 0; in Emulate_Bcond_Link_C() local
1565 int64_t offset, pc, rs_val, target = 0; in Emulate_BXX_2ops() local
1620 int64_t offset, pc, target; in Emulate_BC() local
1654 int64_t offset, pc, rs_val, rt_val, target = 0; in Emulate_BXX_3ops_C() local
1739 int64_t offset, pc, target = 0; in Emulate_BXX_2ops_C() local
[all …]
/openbsd-src/sys/scsi/
H A Dscsiconf.c342 scsi_activate(struct scsibus_softc *sb, int target, int lun, int act) in scsi_activate() argument
368 scsi_activate_target(struct scsibus_softc *sb, int target, int act) in scsi_activate_target() argument
385 scsi_activate_lun(struct scsibus_softc *sb, int target, in argument
417 scsi_probe(struct scsibus_softc * sb,int target,int lun) scsi_probe() argument
430 int target, r, rv = 0; scsi_probe_bus() local
442 scsi_probe_target(struct scsibus_softc * sb,int target) scsi_probe_target() argument
466 scsi_probe_lun(struct scsibus_softc * sb,int target,int lun) scsi_probe_lun() argument
476 scsi_probe_link(struct scsibus_softc * sb,int target,int lun,int dumbscan) scsi_probe_link() argument
728 scsi_detach(struct scsibus_softc * sb,int target,int lun,int flags) scsi_detach() argument
754 scsi_detach_target(struct scsibus_softc * sb,int target,int flags) scsi_detach_target() argument
771 scsi_detach_lun(struct scsibus_softc * sb,int target,int lun,int flags) scsi_detach_lun() argument
825 scsi_get_link(struct scsibus_softc * sb,int target,int lun) scsi_get_link() argument
862 scsi_get_target_luns(struct scsibus_softc * sb,int target,struct scsi_lun_array * lunarray) scsi_get_target_luns() argument
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp69 const llvm::Target *target = in EmulateInstructionMIPS() local
989 Target *target) { in SetInstruction()
1790 int32_t offset, pc, target = 0, rs_val, rt_val; in Emulate_BXX_3ops() local
1840 int32_t offset, pc, target = 0, rs_val, rt_val; in Emulate_BXX_3ops_C() local
1919 int32_t offset, pc, target = 0; in Emulate_Bcond_Link_C() local
1988 int32_t offset, pc, target = 0; in Emulate_Bcond_Link() local
2039 int32_t offset, pc, target = 0; in Emulate_BXX_2ops() local
2096 int32_t offset, pc, target = 0; in Emulate_BXX_2ops_C() local
2155 int32_t offset, pc, target; in Emulate_B16_MM() local
2182 int32_t target = 0; in Emulate_Branch_MM() local
[all …]
/openbsd-src/sys/arch/luna88k/stand/boot/
H A Dsc.c194 issue_select(struct scsidevice *hd, u_char target) in issue_select()
259 scrun(struct scsi_softc *hs, uint target, u_char *cdb, int cdblen, u_char *buf, in scrun()
378 scsi_test_unit_rdy(struct scsi_softc *sc, int target, int unit) in scsi_test_unit_rdy()
416 scsi_request_sense(struct scsi_softc *sc, int target, int unit, u_char *buf, in scsi_request_sense()
455 scsi_immed_command(struct scsi_softc *sc, int target, int unit, in scsi_immed_command()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c589 expand_builtin_setjmp (arglist, target) in expand_builtin_setjmp() argument
1483 expand_builtin_mathfn (exp, target, subtarget) in expand_builtin_mathfn() argument
1608 expand_builtin_strlen (exp, target) in expand_builtin_strlen() argument
1705 expand_builtin_strstr (arglist, target, mode) in expand_builtin_strstr() argument
1761 expand_builtin_strchr (arglist, target, mode) in expand_builtin_strchr() argument
1807 expand_builtin_strrchr (arglist, target, mode) in expand_builtin_strrchr() argument
1861 expand_builtin_strpbrk (arglist, target, mode) in expand_builtin_strpbrk() argument
1944 expand_builtin_memcpy (arglist, target, mode) in expand_builtin_memcpy() argument
2032 expand_builtin_strcpy (exp, target, mode) in expand_builtin_strcpy() argument
2083 expand_builtin_strncpy (arglist, target, mode) in expand_builtin_strncpy() argument
[all …]
/openbsd-src/sys/dev/ic/
H A Dsiop.c296 struct siop_target *target; in siop_reset() local
347 int offset, target, lun, tag; in siop_intr() local
1205 int target = siop_cmd->cmd_c.xs->sc_link->target; in siop_handle_qtag_reject() local
1251 int target, lun, tag, buswidth; in siop_handle_reset() local
1381 const int target = link->target; in siop_scsiprobe() local
1448 const int target = xs->sc_link->target; in siop_scsicmd() local
1569 int target, lun, tag, slot; in siop_start() local
1986 siop_add_reselsw(struct siop_softc *sc, int target) in siop_add_reselsw()
2051 siop_add_dev(struct siop_softc *sc, int target, int lun) in siop_add_dev()
2150 int target = link->target; in siop_scsifree() local
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DAVR.cpp195 const uint16_t target = (val - 2) >> 1; in relocate() local
201 const uint16_t target = (val - 2) >> 1; in relocate() local
229 static AVR target; in getAVRTargetInfo() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp45 GetPtrauthInstructionInfo(Target &target, const ArchSpec &arch, in GetPtrauthInstructionInfo()
67 Target &target) { in DescribeAddressBriefly()
91 Target &target = *exe_ctx.GetTargetPtr(); in DeterminePtrauthFailure() local
218 Target *target = exe_ctx.GetTargetPtr(); in GetDescription() local
488 static StopInfoSP GetStopInfoForHardwareBP(Thread &thread, Target *target, in GetStopInfoForHardwareBP()
607 Target *target = exe_ctx.GetTargetPtr(); in CreateStopReasonWithMachException() local

12345678910>>...34