Searched refs:location (Results 276 - 300 of 379) sorted by relevance

<<111213141516

/openbsd-current/sys/dev/isa/
H A Dif_ex.c649 * Finally, advance receive stop limit in card's memory to new location.
940 ex_eeprom_read(struct ex_softc *sc, int location) argument
944 int read_cmd = location | EE_READ_CMD;
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp2592 cl::location(UncategorizedNormalPrinter),
2601 cl::location(UncategorizedHiddenPrinter),
2613 cl::location(WrappedNormalPrinter),
2624 cl::location(WrappedHiddenPrinter),
2655 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpdp11.c819 runs at a different location than the default. The problem is that the
1429 NAME(aout,set_section_contents) (abfd, section, location, offset, count)
1432 const PTR location; variable
1464 || bfd_bwrite (location, count, abfd) != count)
1937 /* Write out a strtab. ABFD is already at the right location in the
2016 NAME(aout,canonicalize_symtab) (abfd, location)
2018 asymbol **location;
2027 *(location++) = (asymbol *)( symbase++);
2028 *location++ =0;
2592 wanted location
[all...]
H A Dbfd-in2.h1464 (bfd *abfd, asection *section, void *location, file_ptr offset,
1891 /* Notes that the relocation is relative to the location in the
1893 subtract from the relocation value the address of the location
3569 location in an output file - ie in coff a <<ISFCN>> symbol
3634 #define bfd_canonicalize_symtab(abfd, location) \
3635 BFD_SEND (abfd, _bfd_canonicalize_symtab, (abfd, location))
3638 (bfd *abfd, asymbol **location, unsigned int count);
H A Dcoff-rs6000.c3106 code which can run when loaded at a location 0x80000000
3107 away from the location at which it is linked. */
3262 the desired location. We want the offset from the final
3263 TOC to the desired location. We have:
3368 bfd_byte *location;
3461 location = contents + address;
3468 value_to_relocate = bfd_get_16 (input_bfd, location);
3470 value_to_relocate = bfd_get_32 (input_bfd, location);
3519 bfd_put_16 (input_bfd, value_to_relocate, location);
3521 bfd_put_32 (input_bfd, value_to_relocate, location);
3362 bfd_byte *location; local
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck.c402 composite_pointer_type_r (tree t1, tree t2, const char* location)
434 result_type = composite_pointer_type_r (pointee1, pointee2, location);
439 location, t1, t2);
453 location, t1, t2);
467 string describing the current location, in case an error occurs.
474 const char* location)
514 "and pointer-to-function", location);
552 "lacks a cast", location, t1, t2);
572 "lacks a cast", location, t1, t2);
577 return composite_pointer_type_r (t1, t2, location);
401 composite_pointer_type_r(tree t1, tree t2, const char* location) argument
472 composite_pointer_type(tree t1, tree t2, tree arg1, tree arg2, const char* location) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h1515 const void * location,
1538 if (!(*mangle_relocs_func) (abfd, section, location,
1545 || bfd_bwrite (location, count, abfd) != count)
1511 nlm_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Dbfd-in2.h1664 (bfd *abfd, asection *section, void *location, file_ptr offset,
2148 /* Notes that the relocation is relative to the location in the
2150 subtract from the relocation value the address of the location
4264 location in an output file - ie in coff a <<ISFCN>> symbol
4334 #define bfd_canonicalize_symtab(abfd, location) \
4335 BFD_SEND (abfd, _bfd_canonicalize_symtab, (abfd, location))
4338 (bfd *abfd, asymbol **location, unsigned int count);
H A Dbout.c939 const void * location,
961 return bfd_bwrite ((void *) location, count, abfd) == count;
935 b_out_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
H A Dcoff-rs6000.c3101 code which can run when loaded at a location 0x80000000
3102 away from the location at which it is linked. */
3257 the desired location. We want the offset from the final
3258 TOC to the desired location. We have:
3363 bfd_byte *location;
3456 location = contents + address;
3463 value_to_relocate = bfd_get_16 (input_bfd, location);
3465 value_to_relocate = bfd_get_32 (input_bfd, location);
3515 bfd_put_16 (input_bfd, value_to_relocate, location);
3517 bfd_put_32 (input_bfd, value_to_relocate, location);
3357 bfd_byte *location; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm807 ; 16 bit multiplication without temp memory location.
922 pulx ; Drop temp location
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm807 ; 16 bit multiplication without temp memory location.
922 pulx ; Drop temp location
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_rrip.c448 ana->iso_ce_blk = isonum_733(p->location);
/openbsd-current/usr.sbin/httpd/
H A Dhttpd.h480 char location[HTTPD_LOCATION_MAX]; member in struct:server_config
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp314 /// Hint indicates the location at which we'd like to split, but may be
1574 "already found location for placeholder!");
1598 llvm::Constant *location = local
1601 location = llvm::ConstantExpr::getBitCast(location,
1604 Locations.insert({placeholder, location});
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp485 """frame: the lldb.SBFrame for the location at which you stopped
486 bp_loc: an lldb.SBBreakpointLocation for the breakpoint location information
3055 void ScriptInterpreterPythonImpl::AddToSysPath(AddLocation location, argument
3060 if (location == AddLocation::Beginning) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp53 cl::location(IgnoreDWARFFlag), cl::init(false));
/openbsd-current/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp217 cl::value_desc("pass-name"), cl::location(RunPassOpt));
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindRegistersRestore.S41 # set up eax and ret on new stack location
134 movq 56(%rdi), %rsp # cut back rsp to new location
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DBasename.pm99 denote the same location as the original $path.
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A DMakefile.in166 @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgCreate.pm1136 sub handle_fragment($self, $state, $old, $not, $frag, $location)
1139 if ($state->{subst}->has_fragment($state, $def, $frag, $location)) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp238 cl::location(AMDGPUTargetMachine::EnableLateStructurizeCFG),
319 cl::location(AMDGPUTargetMachine::EnableLowerModuleLDS), cl::init(true),
/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp55 cl::location(llvm::sampleprof::CSProfileGenerator::MaxCompressionSize));
77 cl::location(llvm::sampleprof::CSProfileGenerator::MaxContextDepth));
372 // Use the maximum count of samples with same line location
377 // the location instead of SUM.
858 // for calculating count for each location.
950 // If we don't have samples with location, use 1 to indicate live.
1176 "Inferred caller's location index shouldn't be zero!");
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm280 Perl-true value prints out your location and creates a temporary directory
660 Function will print out location of cache files and other information.

Completed in 249 milliseconds

<<111213141516