Searched refs:sym (Results 76 - 100 of 334) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l137 mmlval.sym = symtable_get(mmtext);
138 if (mmlval.sym->type != MACRO) {
H A Daicasm_macro_gram.y74 symbol_t *sym;
80 %token <sym> T_SYMBOL
/freebsd-13-stable/sys/i386/i386/
H A Ddb_trace.c269 c_db_sym_t sym; local
278 sym = db_search_symbol((db_addr_t)f, DB_STGY_ANY, &diff);
279 if (sym != DB_SYM_NULL && diff == 0) {
280 db_symbol_values(sym, &symname, NULL);
297 c_db_sym_t sym; local
315 sym = db_search_symbol(eip - 1 - setidt_disp, DB_STGY_ANY,
318 sym = db_search_symbol(eip - 1, DB_STGY_ANY, &offset);
320 db_symbol_values(sym, &name, NULL);
440 c_db_sym_t sym; local
488 sym
[all...]
/freebsd-13-stable/sys/riscv/riscv/
H A Ddb_trace.c67 c_db_sym_t sym; local
73 sym = db_search_symbol(pc, DB_STGY_ANY, &offset);
74 if (sym == C_DB_SYM_NULL) {
78 db_symbol_values(sym, &name, &value);
/freebsd-13-stable/sys/arm/arm/
H A Ddb_trace.c62 c_db_sym_t sym; local
73 sym = db_search_symbol(state->start_pc, DB_STGY_ANY, &offset);
74 if (sym == C_DB_SYM_NULL) {
78 db_symbol_values(sym, &name, &value);
/freebsd-13-stable/tools/build/
H A Dcheck-links.sh113 for sym in ${unresolved_symbols}; do
120 *\ ${sym}\ *)
122 echo "Resolved symbol ${sym} from ${lib}"
129 echo "Unresolved symbol $sym"
/freebsd-13-stable/libexec/rtld-elf/mips/
H A Dreloc.c221 const Elf_Sym *symtab = NULL, *sym; local
260 sym = symtab + gotsym;
263 *got = sym->st_value + relocbase;
264 ++sym;
290 sym = symtab + r_symndx;
291 assert(ELF_ST_BIND(sym->st_info) == STB_LOCAL);
332 dbg("bind now/fixup at %s sym # %jd in %s --> was=%p new=%p",
349 const Elf_Sym *sym, *def; local
366 sym = obj->symtab;
368 if (sym[
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp321 RefCountReportVisitor(SymbolRef sym) : Sym(sym) {} argument
340 RefLeakReportVisitor(SymbolRef sym) : RefCountReportVisitor(sym) {} argument
811 ExplodedNode *n, SymbolRef sym, bool isLeak)
812 : PathSensitiveBugReport(D, D.getDescription(), n), Sym(sym),
815 addVisitor(std::make_unique<RefCountReportVisitor>(sym));
819 ExplodedNode *n, SymbolRef sym,
823 addVisitor(std::make_unique<RefCountReportVisitor>(sym));
826 void RefLeakReport::deriveParamLocation(CheckerContext &Ctx, SymbolRef sym) { argument
810 RefCountReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n, SymbolRef sym, bool isLeak) argument
818 RefCountReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n, SymbolRef sym, StringRef endText) argument
845 deriveAllocLocation(CheckerContext &Ctx, SymbolRef sym) argument
904 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n, SymbolRef sym, CheckerContext &Ctx) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp49 static int32_t GetLocalEntryOffset(const Symbol &sym) { argument
50 unsigned char other = sym.GetFlags() >> 8 & 0xFF;
/freebsd-13-stable/sys/amd64/include/
H A Dasm.h94 * WEAK_REFERENCE(): create a weak reference alias from sym.
99 #define WEAK_REFERENCE(sym, alias) \
101 .equ CNAME(alias),CNAME(sym)
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp241 static std::string getSrcMsgAux(ObjFile<ELFT> &file, const Symbol &sym, argument
250 file.getVariableLoc(sym.getName()))
257 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, argument
265 return getSrcMsgAux(cast<ObjFile<ELF32LE>>(*this), sym, sec, offset);
267 return getSrcMsgAux(cast<ObjFile<ELF32BE>>(*this), sym, sec, offset);
269 return getSrcMsgAux(cast<ObjFile<ELF64LE>>(*this), sym, sec, offset);
271 return getSrcMsgAux(cast<ObjFile<ELF64BE>>(*this), sym, sec, offset);
377 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const {
379 this->getObj().getSectionIndex(&sym, getELFSyms<ELFT>(), shndxTable),
413 const typename ELFT::Sym &sym local
1150 Symbol *sym = this->symbols[i]; local
1192 fetch(const Archive::Symbol &sym) argument
1298 getAlignment(ArrayRef<typename ELFT::Shdr> sections, const typename ELFT::Sym &sym) argument
1419 const Elf_Sym &sym = syms[i]; local
[all...]
H A DLTO.cpp191 for (Symbol *sym : symtab->symbols()) {
192 StringRef s = sym->getName();
214 Symbol *sym = syms[i]; local
223 r.Prevailing = !objSym.isUndefined() && sym->file == &f;
231 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj ||
232 (r.Prevailing && sym->includeInDynsym()) ||
234 const auto *dr = dyn_cast<Defined>(sym);
236 (isExec || sym->visibility != STV_DEFAULT) && dr &&
242 !(dr->section == nullptr && (!sym->file || sym
[all...]
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c396 GElf_Sym sym; local
509 if (gelf_getsym(id, i, &sym) != &sym)
512 if ((name = elf_strptr(ecp->ein, symndx, sym.st_name)) == NULL)
517 if (is_remove_symbol(ecp, sc, i, &sym, name) != 0)
521 if (is_global_symbol(sym.st_info) ||
522 is_weak_symbol(sym.st_info)) {
529 sym.st_info = GELF_ST_INFO(STB_WEAK,
530 GELF_ST_TYPE(sym.st_info));
532 if (sym
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSymbols.h91 LazySymbol(ArchiveFile *file, const llvm::object::Archive::Symbol &sym) argument
92 : Symbol(LazyKind, sym.getName()), file(file), sym(sym) {}
100 const llvm::object::Archive::Symbol sym; member in class:lld::macho::LazySymbol
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/ia32/sys/
H A Dasm_linkage.h176 #define ANSI_PRAGMA_WEAK(sym, stype) \
177 .weak sym; \
178 .type sym, @stype; \
180 sym = _/**/sym
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/ia32/
H A Dasm_linkage.h179 #define ANSI_PRAGMA_WEAK(sym, stype) \
181 .weak _/**/sym; \
183 .type _/**/sym, @stype; \
185 _/**/sym = sym
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dcrunchide.c142 char *sym; member in struct:keep
154 if((cmp = strcmp(symbol, curp->sym)) <= 0) break;
160 if(newp) newp->sym = strdup(symbol);
161 if(newp == NULL || newp->sym == NULL) {
180 if((cmp = strcmp(symbol, curp->sym)) <= 0) break;
/freebsd-13-stable/lib/libc/gen/
H A Dsem.c100 #define SYM_FB10(sym) __CONCAT(sym, _fb10)
101 #define WEAK_REF(sym, alias) __weak_reference(sym, alias)
102 #define SYM_COMPAT(sym, impl, ver) __sym_compat(sym, impl, ver)
104 #define FB10_COMPAT(func, sym) \
105 WEAK_REF(func, SYM_FB10(sym)); \
106 SYM_COMPAT(sym, SYM_FB10(sym), FBSD_
[all...]
/freebsd-13-stable/contrib/flex/src/
H A Dnfa.c96 int sym, tsp1, tsp2, anum, ns; local
113 sym = transchar[ns];
118 fprintf (stderr, "%3d: %4d, %4d", sym, tsp1, tsp2);
578 * state = mkstate( sym );
580 * state - a new state matching sym
581 * sym - the symbol the new state is to have an out-transition on
590 int mkstate (int sym) argument
618 transchar[lastnfa] = sym;
634 if (sym < 0) {
641 else if (sym
[all...]
/freebsd-13-stable/sys/sys/
H A Dcdefs.h537 #define __strong_reference(sym,aliassym) \
538 extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
540 #define __weak_reference(sym,alias) \
542 __asm__(".equ " #alias ", " #sym)
543 #define __warn_references(sym,msg) \
544 __asm__(".section .gnu.warning." #sym); \
547 #define __sym_compat(sym,impl,verid) \
548 __asm__(".symver " #impl ", " #sym "@" #verid)
549 #define __sym_default(sym,imp
[all...]
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c136 struct pmcstat_symbol *sym; local
157 if ((sym = pmcstat_symbol_search(image, pc)) != NULL)
158 pc = sym->ps_start;
262 struct pmcstat_symbol *sym; local
285 sym = pmcstat_symbol_search(cg->pcg_image, cg->pcg_func);
286 if (sym)
288 pmcstat_string_unintern(sym->ps_name));
337 struct pmcstat_symbol *sym; local
397 if ((sym = pmcstat_symbol_search(image, pc)) != NULL)
398 pc = sym
484 struct pmcstat_symbol *sym; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp351 CVSymbol sym(recordData);
352 discoverTypeIndicesInSymbol(sym, refs);
378 copyAndAlignSymbol(const CVSymbol &sym, MutableArrayRef<uint8_t> &alignedMem) { argument
379 size_t size = alignTo(sym.length(), alignOf(CodeViewContainer::Pdb));
387 memcpy(newData.data(), sym.data().data(), sym.length());
388 memset(newData.data() + sym.length(), 0, size - sym.length());
408 uint32_t curOffset, CVSymbol &sym) {
409 assert(symbolOpensScope(sym
407 scopeStackOpen(SmallVectorImpl<SymbolScope> &stack, uint32_t curOffset, CVSymbol &sym) argument
428 symbolGoesInModuleStream(const CVSymbol &sym, bool isGlobalScope) argument
451 symbolGoesInGlobalsStream(const CVSymbol &sym, bool isFunctionScope) argument
475 addGlobalSymbol(pdb::GSIStreamBuilder &builder, uint16_t modIndex, unsigned symOffset, const CVSymbol &sym) argument
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c273 GElf_Sym sym; local
288 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret1", &sym,
290 pp->dpp_stret[0] = sym.st_value;
294 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret2", &sym,
296 pp->dpp_stret[1] = sym.st_value;
300 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret4", &sym,
302 pp->dpp_stret[2] = sym.st_value;
306 if (Pxlookup_by_name(pp->dpp_pr, pp->dpp_lmid, obj, ".stret8", &sym,
308 pp->dpp_stret[3] = sym.st_value;
338 pp->dpp_func, &sym, NUL
570 GElf_Sym sym; local
860 GElf_Sym sym; local
[all...]
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c69 GElf_Sym sym; local
82 if (gelf_getsym(data, (int) n, &sym) != &sym)
84 if (GELF_ST_TYPE(sym.st_info) == STT_FUNC)
107 if (gelf_getsym(data, (int) n, &sym) != &sym)
109 if (GELF_ST_TYPE(sym.st_info) != STT_FUNC)
112 if (sym.st_shndx == STN_UNDEF)
115 if (!firsttime && pmcstat_symbol_search(image, sym.st_value))
118 if ((fnname = elf_strptr(e, sh->sh_link, sym
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h50 void* sym = dlsym(handle, "_ZNSs4_Rep20_S_empty_rep_storageE"); variable
51 if (sym == nullptr)
53 return data_from_rep(reinterpret_cast<_Rep_base *>(sym));

Completed in 164 milliseconds

1234567891011>>