Searched refs:location (Results 76 - 100 of 189) sorted by relevance

12345678

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-mips.c1073 /* Adjust val for the final section location and GP value. If we
1137 bfd_byte *location; local
1163 location = (bfd_byte *) data + reloc_entry->address;
1165 location);
1170 location);
H A Dcoff-arm.c1608 bfd_byte *location = contents + address;
1609 bfd_vma x = bfd_get_32 (input_bfd, location);
1697 bfd_put_32 (input_bfd, x, location);
1736 bfd_byte * location = contents + rel->r_vaddr - input_section->vma;
1737 bfd_vma x = bfd_get_32 (input_bfd, location);
1739 bfd_put_32 (input_bfd, x | 1, location);
1606 bfd_byte *location = contents + address; local
1734 bfd_byte * location = contents + rel->r_vaddr - input_section->vma; local
H A Dcoff64-rs6000.c1209 bfd_byte *location; local
1301 location = contents + address;
1308 value_to_relocate = bfd_get_16 (input_bfd, location);
1310 value_to_relocate = bfd_get_32 (input_bfd, location);
1312 value_to_relocate = bfd_get_64 (input_bfd, location);
1362 bfd_put_16 (input_bfd, value_to_relocate, location);
1364 bfd_put_32 (input_bfd, value_to_relocate, location);
1366 bfd_put_64 (input_bfd, value_to_relocate, location);
H A Dsyms.c253 . location in an output file - ie in coff a <<ISFCN>> symbol
414 the vector @var{location} with pointers to the symbols and
419 .#define bfd_canonicalize_symtab(abfd, location) \
420 . BFD_SEND (abfd, _bfd_canonicalize_symtab, (abfd, location))
430 (bfd *abfd, asymbol **location, unsigned int count);
434 the table @var{location} of @var{count} pointers to symbols
439 bfd_set_symtab (bfd *abfd, asymbol **location, unsigned int symcount) argument
447 bfd_get_outsymbols (abfd) = location;
835 location. This is used by COFF and ELF targets. It sets *pfound
/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h88 extern void __mf_check (void *ptr, __mf_size_t sz, int type, const char *location)
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDominators.cpp39 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp295 /// \brief Run checkers for load/store of a location.
299 SVal location, bool isLoad,
303 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
336 /// \brief Run checkers for binding of a value to a location.
339 SVal location, SVal val,
342 CheckBindContext C(BindCheckers, location, val, S, Eng, PP);
297 runCheckersForLocation(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &Eng) argument
337 runCheckersForBind(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, SVal val, const Stmt *S, ExprEngine &Eng, const ProgramPoint &PP) argument
H A DExprEngineC.cpp64 // If one of the operands is a location, conjure a symbol for the other
117 SVal location = LeftV; local
118 evalLoad(Tmp, B, LHS, *it, state, location);
168 state = state->BindExpr(B, LCtx, location);
172 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
526 // got this location in the CFG. This requires looking at the previous
890 // If the UnaryOperator has non-location type, use its type to create the
891 // constant value. If the UnaryOperator has location type, create the
910 // If the value is a location, ++/-- should always preserve
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp305 // change the register number we're looking for to M and keep looking for a concrete location
312 lldb_regnum = regloc.location.register_number;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dblame.c372 handler->location),
H A Dgetlocks.c274 handler->location));
H A Dinherited_props.c339 handler->location),
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c283 if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
/freebsd-10.0-release/lib/libusb/
H A Dusb.h252 uint32_t location; member in struct:usb_bus
/freebsd-10.0-release/sys/compat/ndis/
H A Dwinx32_wrap.S161 sub %eax,%esp # shift stack to new location
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dosm.h230 void os_check_stack(const char *location, int size);
/freebsd-10.0-release/sys/dev/hptnr/
H A Dosm.h226 void os_check_stack(const char *location, int size);
/freebsd-10.0-release/sys/dev/hptrr/
H A Dosm.h196 void os_check_stack(const char *location, int size);
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.h163 int location; /* Pins location, if all have the same */ member in struct:hdaa_audio_as
/freebsd-10.0-release/sys/net80211/
H A D_ieee80211.h383 uint8_t location; /* I (indoor), O (outdoor), other */ member in struct:ieee80211_regdomain
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1431 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed);
1436 cl::location(UncategorizedHiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1443 cl::location(WrappedNormalPrinter), cl::ValueDisallowed);
1447 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1563 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp100 // Put the location of the spare memory into the live data of the ValueObject.
184 err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString());
222 lldb::addr_t location; local
225 map.ReadPointerFromMemory(&location, load_addr, read_error);
236 location,
242 location >= frame_bottom &&
243 location <= frame_top)
497 err.SetErrorStringWithFormat("the variable '%s' has no location, it may have been optimized out", m_variable_sp->GetName().AsCString());
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql131 /* specifies the location of this node in the local filesystem */
192 /* what repository location is locked */
222 /* specifies the location of this node in the local filesystem */
284 /* Working copy location related fields */
306 /* Repository location fields */
308 /* When op_depth == 0, these fields refer to the repository location of the
309 BASE node, the location of the initial checkout.
462 /* Is there a file external in this location. NULL if there
538 /* Working copy location related fields (like NODES)*/
547 /* Repository location field
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dhpread.c323 don't check for BSD location of pxdb, nor for existence
350 warning ("pxdb not found at standard location: /opt/langtools/bin\ngdb will not be able to debug %s.\nPlease install pxdb at the above location and then restart gdb.\nYou can also run pxdb on %s with the command\n\"pxdb %s\" and then restart gdb.", file_name, file_name, file_name);
2181 valu = dn_bufp->dsvar.location;
2234 dn_bufp->dsvar.location,
2242 dn_bufp->dsvar.location,
2574 /* code location of special sltentrys is determined from context */
3238 /* Now examine each parameter noting its type, location, and a
3271 SYMBOL_VALUE (sym) = paramp->dfparam.location;
3288 SYMBOL_VALUE (sym) = paramp->dfparam.location;
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp44 const DWARFExpression& location,
55 m_location(location),
138 s->PutCString(", location = ");
212 // Is the variable is described by a single location?
215 // Yes it is, the location is valid.
229 // It is a location list. We just need to tell if the location
250 // Is the variable is described by a single location?
253 // Yes it is, the location is valid.
262 // It is a location lis
35 Variable( lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, ValueType scope, SymbolContextScope *context, Declaration* decl_ptr, const DWARFExpression& location, bool external, bool artificial ) argument
[all...]

Completed in 423 milliseconds

12345678