Searched refs:loc (Results 101 - 125 of 533) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c27 .loc FILENO LINENO [COLUMN] [basic_block] [prologue_end] \
138 struct dwarf2_line_info loc; member in struct:line_entry
174 /* TRUE when we've seen a .loc directive recently. Used to avoid
182 /* Current location as indicated by the most recent .loc directive. */
286 dwarf2_gen_line_info_1 (symbolS *label, struct dwarf2_line_info *loc)
294 e->loc = *loc;
304 dwarf2_gen_line_info (addressT ofs, struct dwarf2_line_info *loc)
312 if (loc->filenum == 0 || loc
284 dwarf2_gen_line_info_1(symbolS *label, struct dwarf2_line_info *loc) argument
302 dwarf2_gen_line_info(addressT ofs, struct dwarf2_line_info *loc) argument
366 struct dwarf2_line_info loc; local
400 struct dwarf2_line_info loc; local
[all...]
/freebsd-12-stable/sys/amd64/amd64/
H A Ddb_disasm.c1012 #define get_value_inc(result, loc, size, is_signed) \
1013 result = db_get_value((loc), (size), (is_signed)); \
1014 (loc) += (size);
1017 db_disasm_esc(db_addr_t loc, int inst, int rex, int short_addr,
1022 db_read_address(db_addr_t loc, int short_addr, int rex, int regmodrm,
1029 db_read_address(loc, short_addr, rex, regmodrm, addrp)
1030 db_addr_t loc;
1044 return (loc);
1055 get_value_inc(sib, loc, 1, FALSE);
1068 get_value_inc(addrp->disp, loc,
1226 db_disasm(db_addr_t loc, bool altfmt) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DConstraintManager.cpp29 return loc::MemRegionVal(R);
H A DSValBuilder.cpp130 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym));
167 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym));
185 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym));
201 return loc::MemRegionVal(MemMgr.getSymbolicHeapRegion(sym));
215 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym));
234 return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym));
256 return loc::MemRegionVal(MemMgr.getFunctionCodeRegion(func));
267 return loc::MemRegionVal(BD);
271 loc::MemRegionVal SValBuilder::getCXXThis(const CXXMethodDecl *D,
273 return loc
[all...]
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_malloc.h47 # define EREALLOC_IMPL(ptr, newsz, filenm, loc) \
/freebsd-12-stable/contrib/gcc/
H A Dc-lex.c207 source_location loc = token->src_loc;
208 const struct line_map *map = linemap_lookup (&line_table, loc);
209 input_line = SOURCE_LINE (map, loc);
275 cb_def_pragma (cpp_reader *pfile, source_location loc)
286 const struct line_map *map = linemap_lookup (&line_table, loc);
288 fe_loc.line = SOURCE_LINE (map, loc);
290 location_t fe_loc = loc;
310 cb_define (cpp_reader *pfile, source_location loc, cpp_hashnode *node)
312 const struct line_map *map = linemap_lookup (&line_table, loc);
313 (*debug_hooks->define) (SOURCE_LINE (map, loc),
274 cb_def_pragma(cpp_reader *pfile, source_location loc) argument
309 cb_define(cpp_reader *pfile, source_location loc, cpp_hashnode *node) argument
318 cb_undef (cpp_reader * ARG_UNUSED (pfile), source_location loc, variable
331 c_lex_with_flags(tree *value, location_t *loc, unsigned char *cpp_flags) argument
[all...]
H A Dcselib.h51 rtx loc; local
H A Dcfglayout.c254 int loc = 0;
298 loc++;
299 VEC_safe_push (int, heap, block_locators_locs, loc);
305 loc++;
306 VEC_safe_push (int, heap, line_locators_locs, loc);
312 loc++;
313 VEC_safe_push (int, heap, file_locators_locs, loc);
318 prologue_locator = loc;
320 epilogue_locator = loc;
322 INSN_LOCATOR (insn) = loc;
251 int loc = 0; local
426 int loc = INSN_LOCATOR (insn); local
462 locator_line(int loc) argument
496 locator_file(int loc) argument
[all...]
/freebsd-12-stable/bin/sh/
H A Derror.h50 jmp_buf loc; member in struct:jmploc
H A Dexpand.c538 recordleft(const char *str, const char *loc, char *startp) argument
542 amount = ((str - 1) - (loc - startp)) - expdest;
544 while (loc != str - 1)
545 *startp++ = *loc++;
553 char *loc = NULL; local
565 for (loc = startp; loc < str; loc++) {
566 c = *loc;
567 *loc
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Dtelldir.c69 ddloc.s.loc = dirp->dd_loc;
119 _seekdir(DIR *dirp, long loc) argument
127 ddloc.l = loc;
131 loc_loc = ddloc.s.loc;
H A Dtelldir.h85 unsigned long loc:DD_LOC_BITS; member in struct:ddloc_packed::__anon8443
/freebsd-12-stable/lib/libc/locale/
H A Dsetrunelocale.c189 __set_thread_rune_locale(locale_t loc) argument
192 if (loc == NULL) {
194 } else if (loc == LC_GLOBAL_LOCALE) {
197 _ThreadRuneLocale = XLOCALE_CTYPE(loc)->runes;
/freebsd-12-stable/crypto/openssh/
H A Dauth.c1016 auth_log_authopts(const char *loc, const struct sshauthopt *opts, int do_remote) argument
1043 debug("%s: %s", loc, msg);
1045 auth_debug_add("%s: %s", loc, msg);
1049 debug("%s: environment: %s", loc, opts->env[i]);
1052 loc, opts->env[i]);
1060 debug("%s: expires at %s", loc, buf);
1064 loc, opts->cert_principals);
1067 debug("%s: forced command: \"%s\"", loc, opts->force_command);
1071 loc, opts->permitopen[i]);
1077 loc, opt
1116 auth_authorise_keyopts(struct ssh *ssh, struct passwd *pw, struct sshauthopt *opts, int allow_cert_authority, const char *loc) argument
[all...]
H A Dauth2-pubkey.c277 * authoptsp is principal is authorised, -1 otherwise. "loc" is used as a
282 const char *loc, struct sshauthopt **authoptsp)
310 debug("%s: bad principals options: %s", loc, reason);
311 auth_debug_add("%s: bad principals options: %s", loc, reason);
319 loc, cert->principals[i]);
334 char loc[256], *line = NULL, *cp, *ep; local
357 snprintf(loc, sizeof(loc), "%.200s:%lu", file, linenum);
358 if (check_principals_line(ssh, cp, cert, loc, authoptsp) == 0)
560 * on success. "loc" i
281 check_principals_line(struct ssh *ssh, char *cp, const struct sshkey_cert *cert, const char *loc, struct sshauthopt **authoptsp) argument
563 check_authkey_line(struct ssh *ssh, struct passwd *pw, struct sshkey *key, char *cp, const char *loc, struct sshauthopt **authoptsp) argument
705 char *cp, *line = NULL, loc[256]; local
[all...]
/freebsd-12-stable/lib/libutil/
H A Dgr_util.c602 char *loc; local
607 if ((loc = strchr(line, ':')) == NULL)
609 *loc = '\0';
610 gr->gr_passwd = loc + 1;
614 if ((loc = strchr(loc + 1, ':')) == NULL)
616 *loc = '\0';
618 if (sscanf(loc + 1, "%u", &gr->gr_gid) != 1)
622 if ((loc = strchr(loc
[all...]
/freebsd-12-stable/contrib/gcc/config/mips/
H A Dlinux-unwind.h102 fs->regs.reg[i].loc.offset
106 fs->regs.reg[SIGNAL_UNWIND_RETURN_COLUMN].loc.offset
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_att.c55 X509_ATTRIBUTE *X509at_get_attr(const STACK_OF(X509_ATTRIBUTE) *x, int loc)
57 if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0)
60 return sk_X509_ATTRIBUTE_value(x, loc);
63 X509_ATTRIBUTE *X509at_delete_attr(STACK_OF(X509_ATTRIBUTE) *x, int loc)
67 if (x == NULL || sk_X509_ATTRIBUTE_num(x) <= loc || loc < 0)
69 ret = sk_X509_ATTRIBUTE_delete(x, loc);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3208 extern void __kmp_push_num_threads(ident_t *loc, int gtid, int num_threads);
3210 extern void __kmp_push_proc_bind(ident_t *loc, int gtid,
3212 extern void __kmp_push_num_teams(ident_t *loc, int gtid, int num_teams,
3217 extern void __kmpc_dispatch_init_4(ident_t *loc, kmp_int32 gtid,
3220 extern void __kmpc_dispatch_init_4u(ident_t *loc, kmp_int32 gtid,
3224 extern void __kmpc_dispatch_init_8(ident_t *loc, kmp_int32 gtid,
3227 extern void __kmpc_dispatch_init_8u(ident_t *loc, kmp_int32 gtid,
3232 extern int __kmpc_dispatch_next_4(ident_t *loc, kmp_int32 gtid,
3235 extern int __kmpc_dispatch_next_4u(ident_t *loc, kmp_int32 gtid,
3238 extern int __kmpc_dispatch_next_8(ident_t *loc, kmp_int3
[all...]
/freebsd-12-stable/sys/opencrypto/
H A Dcriov.c107 cuio_getptr(struct uio *uio, int loc, int *off) argument
112 while (loc >= 0 && ind < uio->uio_iovcnt) {
114 if (len > loc) {
115 *off = loc;
118 loc -= len;
122 if (ind > 0 && loc == 0) {
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c192 svn_client__pathrev_t *loc;
240 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &loc,
250 err = svn_ra_get_file(ra_session, "", loc->rev, NULL, NULL, &props,
258 loc->url);
297 cmt_rev->data, loc->url,
331 SVN_ERR(svn_ra_get_file(ra_session, "", loc->rev, output, NULL, NULL,
190 svn_client__pathrev_t *loc; local
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_snapshot.c211 int i, size, len, loc; local
356 for (loc = 0; loc < len; loc++) {
357 error = UFS_BALLOC(vp, lblktosize(fs, (off_t)(blkno + loc)),
488 loc = howmany(fs->fs_cssize, fs->fs_fsize);
489 i = fs->fs_frag - loc % fs->fs_frag;
492 if ((error = bread(devvp, fsbtodb(fs, fs->fs_csaddr + loc),
591 loc = howmany(xp->i_size, fs->fs_bsize) - 1;
592 if (loc < UFS_NDADD
896 int error, len, loc, indiroff; local
1625 int error, i, last, loc; local
1986 int error, snaploc, loc; local
[all...]
/freebsd-12-stable/sbin/restore/
H A Ddirs.c332 size_t loc, i; local
334 for (loc = 0; loc < size; ) {
335 dp = (struct direct *)(buf + loc);
348 i = DIRBLKSIZ - (loc & (DIRBLKSIZ - 1));
371 loc += i;
374 loc += dp->d_reclen;
439 rst_seekdir(RST_DIR *dirp, long loc, long base) argument
442 if (loc == rst_telldir(dirp))
444 loc
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp76 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
316 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, argument
323 if ((isSelfVar(loc, C)) &&
331 if (SymbolRef sym = loc.getAsSymbol())
414 if (!location.getAs<loc::MemRegionVal>())
417 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>();
/freebsd-12-stable/usr.bin/dtc/
H A Dinput_buffer.cc221 auto loc = location(); local
249 loc.report_error("Unable to locate input file");
393 expression(source_location l) : loc(l) {}
421 source_location loc; member in struct:dtc::__anon17258::expression
707 expression::loc.report_error("Division by zero");
1055 int loc)
1059 int line_end = loc;
1060 if (loc < 0 || loc > b.size)
1064 for (int i=loc ;
1053 parse_error(const char *msg, input_buffer &b, int loc) argument
[all...]

Completed in 839 milliseconds

1234567891011>>