Searched refs:loc (Results 151 - 175 of 438) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-s390.c2417 bfd_byte *loc; local
2428 loc = s->contents;
2429 loc += s->reloc_count++ * sizeof (Elf64_External_Rela);
2430 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2559 bfd_byte *loc; local
2643 loc = sreloc->contents;
2644 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
2645 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2663 bfd_byte *loc; local
2672 loc
2723 bfd_byte *loc; local
2837 bfd_byte *loc; local
2866 bfd_byte *loc; local
3091 bfd_byte *loc; local
3176 bfd_byte *loc; local
3220 bfd_byte *loc; local
[all...]
H A Delf32-s390.c2441 bfd_byte *loc; local
2452 loc = srelgot->contents;
2453 loc += srelgot->reloc_count++ * sizeof (Elf32_External_Rela);
2454 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
2577 bfd_byte *loc; local
2659 loc = sreloc->contents;
2660 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela);
2661 bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc);
2678 bfd_byte *loc; local
2687 loc
2738 bfd_byte *loc; local
2852 bfd_byte *loc; local
2881 bfd_byte *loc; local
3130 bfd_byte *loc; local
3269 bfd_byte *loc; local
3314 bfd_byte *loc; local
[all...]
H A Delf64-x86-64.c2226 bfd_byte *loc;
2239 loc = s->contents;
2240 loc += s->reloc_count++ * sizeof (Elf64_External_Rela);
2241 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2400 bfd_byte *loc;
2487 loc = sreloc->contents;
2488 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela);
2489 bfd_elf64_swap_reloca_out (output_bfd, &outrel, loc);
2704 bfd_byte *loc;
2723 loc
2224 bfd_byte *loc; local
2398 bfd_byte *loc; local
2702 bfd_byte *loc; local
2954 bfd_byte *loc; local
3069 bfd_byte *loc; local
3152 bfd_byte *loc; local
3194 bfd_byte *loc; local
[all...]
H A Delfxx-mips.c2643 struct mips_got_entry entry, **loc;
2692 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2694 if (*loc)
2695 return *loc;
2700 *loc = (struct mips_got_entry *)bfd_alloc (abfd, sizeof entry);
2702 if (! *loc)
2705 memcpy (*loc, &entry, sizeof entry);
2709 (*loc)->gotidx = -1;
2725 bfd_byte *loc;
2733 loc
2630 struct mips_got_entry entry, **loc; local
2712 bfd_byte *loc; local
2830 struct mips_got_entry entry, **loc; local
2896 struct mips_got_entry entry, **loc; local
4257 bfd_byte *loc; local
6261 asection **loc; local
8422 bfd_byte *loc; local
8531 bfd_byte *loc; local
8583 bfd_byte *loc; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h198 SourceRange(SourceLocation loc) : B(loc), E(loc) {} argument
/freebsd-11.0-release/contrib/gcc/
H A Djump.c954 returnjump_p_1 (rtx *loc, void *data ATTRIBUTE_UNUSED)
956 rtx x = *loc;
1579 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx insn)
1581 rtx x = *loc;
1596 validate_change (insn, loc, n, 1);
1606 if (loc == &PATTERN (insn))
1608 validate_change (insn, loc, x, 1);
1616 validate_change (insn, loc, gen_rtx_RETURN (VOIDmode), 1);
1642 rtx *loc;
1645 loc
945 returnjump_p_1(rtx *loc, void *data ATTRIBUTE_UNUSED) argument
1565 redirect_exp_1(rtx *loc, rtx olabel, rtx nlabel, rtx insn) argument
1628 rtx *loc; local
[all...]
H A Dweb.c234 rtx *loc = DF_REF_REAL_LOC (ref); local
241 *loc = reg;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp285 bool isInScope(SourceLocation loc) { argument
286 if (loc.isInvalid())
290 if (SM.isBeforeInTranslationUnit(loc, ScopeRange.getBegin()))
292 return SM.isBeforeInTranslationUnit(loc, ScopeRange.getEnd());
H A DTransforms.h170 SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx,
177 SourceLocation findSemiAfterLocation(SourceLocation loc, ASTContext &Ctx,
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddwarf2-frame.c293 fs->regs.reg[reg].loc.offset = offset;
333 fs->regs.reg[reg].loc.offset = offset;
360 fs->regs.reg[reg].loc.reg = utmp;
417 fs->regs.reg[reg].loc.exp = insn_ptr;
429 fs->regs.reg[reg].loc.offset = offset;
724 cache->reg[regnum].loc.reg = fs->retaddr_column;
778 *addrp = cache->cfa + cache->reg[regnum].loc.offset;
788 regnum = DWARF2_REG_TO_REGNUM (cache->reg[regnum].loc.reg);
796 *addrp = execute_stack_op (cache->reg[regnum].loc.exp,
/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dcode_debug.c98 #define YYLLOC_DEFAULT(loc, rhs, n) \
103 (loc).first_line = ((rhs)[-1]).last_line; \
104 (loc).first_column = ((rhs)[-1]).last_column; \
105 (loc).last_line = ((rhs)[-1]).last_line; \
106 (loc).last_column = ((rhs)[-1]).last_column; \
110 (loc).first_line = ((rhs)[ 0 ]).first_line; \
111 (loc).first_column = ((rhs)[ 0 ]).first_column; \
112 (loc).last_line = ((rhs)[n-1]).last_line; \
113 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Drename_debug.c98 #define YYLLOC_DEFAULT(loc, rhs, n) \
103 (loc).first_line = ((rhs)[-1]).last_line; \
104 (loc).first_column = ((rhs)[-1]).last_column; \
105 (loc).last_line = ((rhs)[-1]).last_line; \
106 (loc).last_column = ((rhs)[-1]).last_column; \
110 (loc).first_line = ((rhs)[ 0 ]).first_line; \
111 (loc).first_column = ((rhs)[ 0 ]).first_column; \
112 (loc).last_line = ((rhs)[n-1]).last_line; \
113 (loc).last_column = ((rhs)[n-1]).last_column; \
/freebsd-11.0-release/bin/sh/
H A Deval.c464 if (setjmp(jmploc.loc)) {
476 longjmp(handler->loc, 1);
507 if (setjmp(jmploc.loc))
521 longjmp(handler->loc, 1);
671 if (setjmp(jmploc.loc)) {
680 longjmp(handler->loc, 1);
1041 if (setjmp(jmploc.loc)) {
1050 longjmp(handler->loc, 1);
1093 if (setjmp(jmploc.loc)) {
H A Dtrap.c525 if (!setjmp(loc1.loc)) {
537 if (!setjmp(loc2.loc)) {
/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_dg.c580 u_int loc; local
594 loc = CACHE_LOC(xprt, victim->cache_xid);
595 for (vicp = &uc->uc_entries[loc];
649 loc = CACHE_LOC(xprt, victim->cache_xid);
650 victim->cache_next = uc->uc_entries[loc];
651 uc->uc_entries[loc] = victim;
664 u_int loc; local
674 loc = CACHE_LOC(xprt, su->su_xid);
675 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) {
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Ddb_disasm.c806 db_disasm(db_addr_t loc, bool altfmt) argument
815 insn = db_get_value(loc, 4, 0);
819 return loc + 4;
874 return loc + 4;
936 db_printsym((db_addr_t)(loc + (4 * val)), DB_STGY_ANY);
939 db_printsym((db_addr_t)(loc + (4 * IF_SIMM(insn, 22))),
943 db_printsym((db_addr_t)(loc + (4 * IF_SIMM(insn, 19))),
947 db_printsym((db_addr_t)(loc + (4 * IF_SIMM(insn, 30))),
1030 return (loc + 4);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c938 svn_client__pathrev_t *loc;
941 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &loc,
947 SVN_ERR(svn_ra_check_path(ra_session, "", loc->rev, &kind,
956 propname, loc->url, "",
957 kind, loc->rev, ra_session,
959 revnum = loc->rev;
1267 svn_client__pathrev_t *loc;
1348 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &loc,
1354 SVN_ERR(svn_ra_check_path(ra_session, "", loc->rev, &kind,
1357 SVN_ERR(remote_proplist(loc
936 svn_client__pathrev_t *loc; local
1265 svn_client__pathrev_t *loc; local
[all...]
/freebsd-11.0-release/contrib/byacc/
H A Doutput.c771 int loc; local
795 loc = j + from[k];
796 if (loc >= maxtable - 1)
798 if (loc >= MAXTABLE - 1)
806 while (newmax <= loc);
822 if (check[loc] != -1)
834 loc = j + from[k];
835 table[loc] = to[k];
836 check[loc] = from[k];
837 if (loc > hig
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h144 static DelayedDiagnostic makeForbiddenType(SourceLocation loc, argument
151 DD.Loc = loc;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h90 const ProgramPoint &loc,
95 Location(loc),
87 CheckerContext(NodeBuilder &builder, ExprEngine &eng, ExplodedNode *pred, const ProgramPoint &loc, bool wasInlined = false) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp64 void insert(SourceLocation loc, StringRef text) override {
65 Rewrite.InsertText(loc, text);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp107 if (Optional<loc::MemRegionVal> MV = elementV.getAs<loc::MemRegionVal>())
H A DProgramState.cpp125 ProgramStateRef ProgramState::bindDefault(SVal loc, SVal V) const { argument
127 const MemRegion *R = loc.castAs<loc::MemRegionVal>().getRegion();
149 Values.push_back(loc::MemRegionVal(*I));
215 assert(!LV.getAs<loc::MemRegionVal>() && "Use invalidateRegion instead.");
280 return loc::ConcreteInt(NewV);
560 if (Optional<loc::MemRegionVal> X = val.getAs<loc::MemRegionVal>())
/freebsd-11.0-release/contrib/diff/lib/
H A Dstrftime.c187 # define __mbsrtowcs_l(d, s, l, st, loc) __mbsrtowcs (d, s, l, st)
194 l = __mbsrtowcs_l (NULL, &__s, 0, &__st, loc); \
196 (void) __mbsrtowcs_l (ws, &__s, l, &__st, loc); \
211 # define LOCALE_ARG , loc
212 # define LOCALE_PARAM_PROTO , __locale_t loc
257 dest[len] = TOLOWER ((UCHAR_T) src[len], loc);
266 dest[len] = TOUPPER ((UCHAR_T) src[len], loc);
381 struct locale_data *const current = loc->__locales[LC_TIME];
732 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/freebsd-11.0-release/sys/fs/udf/
H A Decma167-udf.h69 uint32_t loc; member in struct:extent_ad
81 struct lb_addr loc; member in struct:long_ad

Completed in 209 milliseconds

1234567891011>>