Searched refs:location (Results 101 - 125 of 198) sorted by relevance

12345678

/freebsd-10.2-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...]
H A Dutils.c411 void **location = ptr;
412 if (location == NULL)
415 if (*location != NULL)
417 xfree (*location);
418 *location = NULL;
410 void **location = ptr; local
/freebsd-10.2-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...]
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc280 // If the filename is a symlink, we need to resolve and return the location of
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h451 const char *location; /* The Location: header, if any */
1755 const char *location);
448 const char *location; /* The Location: header, if any */ member in struct:svn_ra_serf__handler_t
H A Dlog.c603 handler->location),
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c548 if (ad->location->type == GEN_URI) {
550 (&ret, ad->location->d.uniformResourceIdentifier))
/freebsd-10.2-release/contrib/binutils/bfd/
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
H A Delfn32-mips.c1226 /* Section displacement, used by an associated event location section. */
1900 /* Adjust val for the final section location and GP value. If we
1944 bfd_byte *location;
1970 location = (bfd_byte *) data + reloc_entry->address;
1972 location);
1977 location);
1941 bfd_byte *location; local
H A Dieee.c520 /* The stack pointer always points to the next unused location. */
988 ieee_canonicalize_symtab (bfd *abfd, asymbol **location)
1020 location[i] = &empty_symbol;
1028 location[symp->index + ieee->external_symbol_base_offset] = &symp->symbol;
1037 location[symp->index + ieee->external_reference_base_offset] =
1042 location[abfd->symcount] = (asymbol *) NULL;
2044 void * location,
2050 return _bfd_generic_get_section_contents (abfd, section, location,
2053 (void) memcpy ((void *) location, (void *) (p->data + offset), (unsigned) count);
3224 const void * location,
986 ieee_canonicalize_symtab(bfd *abfd, asymbol **location) argument
2039 ieee_get_section_contents(bfd *abfd, sec_ptr section, void * location, file_ptr offset, bfd_size_type count) argument
3218 ieee_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Delf64-mips.c575 /* Section displacement, used by an associated event location section. */
1262 /* Section displacement, used by an associated event location section. */
2055 /* Adjust val for the final section location and GP value. If we
2101 bfd_byte *location;
2127 location = (bfd_byte *) data + reloc_entry->address;
2129 location);
2134 location);
2097 bfd_byte *location; local
/freebsd-10.2-release/share/mk/
H A Dsuite.test.mk116 @echo "*** tests into their final location and run them from ${TESTSBASE}"
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp229 // Output the location.
232 Indent(o, indent) << "<key>location</key>\n";
507 // If the bug uniqueing location exists, use it for the hash.
510 // the leak location even after code is added between the allocation
511 // site and the end of scope (leak report location).
522 // Otherwise, use the location on which the bug is reported.
536 // Output the location of the bug.
537 o << " <key>location</key>\n";
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DTimer.cpp53 cl::Hidden, cl::location(getLibSupportInfoOutputFilename()));
/freebsd-10.2-release/contrib/gcc/
H A Dstub-objc.c498 objc_finish_foreach_loop (location_t ARG_UNUSED (location), tree ARG_UNUSED (cond),
H A Dtree-cfg.c173 them to a common computed goto location before we build the
252 common computed goto site. Also record the location of that site so
1590 tree *location = (TREE_CODE (cond) == EQ_EXPR local
1598 *location = alloc_stmt_list ();
2978 In all cases, the returned *BSI points to the correct location. The
2979 return value is true if insertion should be done after the location,
2980 or false if it should be done before the location. If new basic block
3168 near its "logical" location. This is of most help to humans looking
5748 source_location location;
5761 location
5746 source_location location; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c275 * location.
279 * @param location - The location where the prefix is located (in the address
284 uint64_t location)
287 insn->prefixLocations[prefix] = location;
292 * present at a given location.
296 * @param location - The location to query.
297 * @return - Whether the prefix is at that location.
301 uint64_t location)
282 setPrefixPresent(struct InternalInstruction* insn, uint8_t prefix, uint64_t location) argument
299 isPrefixAtLocation(struct InternalInstruction* insn, uint8_t prefix, uint64_t location) argument
[all...]
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c312 void os_check_stack(const char *location, int size){} argument
/freebsd-10.2-release/sys/dev/hptnr/
H A Dhptnr_os_bsd.c293 void os_check_stack(const char *location, int size){} argument
/freebsd-10.2-release/sys/conf/
H A Dkern.post.mk44 # Ports search for some dependencies in PATH, so add the location of the installed files
46 # SRC_BASE is how the ports tree refers to the location of the base source files
/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Daction.c283 return (string_save(value, ctx, -1, &systemg.location));
303 string_rollback(ctx, &systemg.location);
347 return (string_get(value, systemg.location, -1));
/freebsd-10.2-release/contrib/gcc/cp/
H A Derror.c2005 /* Return the location of a tree passed to %+ formats. */
2202 const char *file = LOCATION_FILE (diagnostic->location);
2248 location_t location = input_location; local
2265 LOCATION_FILE (location),
2269 location = TINST_LOCATION (p);
2274 print_instantiation_partial_context (context, p, location);
/freebsd-10.2-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp48 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h378 svn_error_t *(*location)(const char **path, svn_revnum_t *revision,
374 svn_error_t *(*location)(const char **path, svn_revnum_t *revision, member in struct:history_vtable_t

Completed in 204 milliseconds

12345678