Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dsymtab.h36 typedef struct sym struct
46 const char *name; /* Name of function this sym is from. */ argument
47 Source_File *file; /* Source file symbol comes from. */ argument
51 is_static:1, /* Is this a local (static) symbol? */ argument
54 has_been_placed:1; /* Have we placed this symbol? */ argument
56 int nuses; /* How many times this symbol appears in argument
60 struct sym *next; /* For building chains of syms. */ argument
61 struct sym *prev; /* For building chains of syms. */ argument
67 {
91 struct sym *head; /* Head of cycle. */ argument
[all …]
H A Dsym_ids.c43 Sym sym; member
115 parse_spec (char *spec, Sym *sym) in parse_spec()
219 match (Sym *pattern, Sym *sym) in match()
231 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) in extend_match()
268 Sym *sym, *left, *right; in sym_id_parse() local
367 Sym *sym; in sym_id_arc_is_present() local
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dsymtab.h36 typedef struct sym struct
46 const char *name; /* Name of function this sym is from. */ argument
47 Source_File *file; /* Source file symbol comes from. */ argument
51 is_static:1, /* Is this a local (static) symbol? */ argument
54 has_been_placed:1; /* Have we placed this symbol? */ argument
56 int nuses; /* How many times this symbol appears in argument
60 struct sym *next; /* For building chains of syms. */ argument
61 struct sym *prev; /* For building chains of syms. */ argument
67 {
91 struct sym *head; /* Head of cycle. */ argument
[all …]
H A Dsym_ids.c43 Sym sym; member
117 parse_spec (spec, sym) in parse_spec() argument
224 match (pattern, sym) in match() argument
238 extend_match (m, sym, tab, second_pass) in extend_match() argument
279 Sym *sym, *left, *right; in sym_id_parse() local
381 Sym *sym; local
/openbsd/gnu/llvm/libunwind/src/
H A DUnwind_AppleExtras.cpp15 #define NOT_HERE_BEFORE_5_0(sym) \ argument
31 #define NOT_HERE_BEFORE_10_6(sym) argument
32 #define NEVER_HERE(sym) argument
34 #define NOT_HERE_BEFORE_10_6(sym) \ argument
39 #define NEVER_HERE(sym) \ argument
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dapple_versioning.c13 #define NOT_HERE_BEFORE_10_6(sym) argument
14 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
24 #define NOT_HERE_BEFORE_10_6(sym) \ argument
29 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
199 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-aout.c30 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol()
187 symbolS *sym; in obj_aout_type() local
221 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other()
227 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other()
250 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc()
256 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc()
262 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type()
268 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
/openbsd/gnu/llvm/lld/wasm/
H A DRelocations.cpp22 static bool requiresGOTAccess(const Symbol *sym) { in requiresGOTAccess()
35 static bool allowUndefined(const Symbol* sym) { in allowUndefined()
46 static void reportUndefined(Symbol *sym) { in reportUndefined()
76 static void addGOTEntry(Symbol *sym) { in addGOTEntry()
98 Symbol *sym = file->getSymbols()[reloc.Index]; in scanRelocations() local
H A DSyntheticSections.cpp92 for (const Symbol *sym : symtab->symbols()) { in writeBody() local
107 for (const Symbol *sym : exportInfo) { in writeBody() local
127 for (const Symbol *sym : importInfo) { in writeBody() local
172 void ImportSection::addGOTEntry(Symbol *sym) { in addGOTEntry()
187 void ImportSection::addImport(Symbol *sym) { in addImport()
257 for (const Symbol *sym : importedSymbols) { in writeBody() local
279 for (const Symbol *sym : gotSymbols) { in writeBody() local
426 for (const Symbol *sym : internalGotSymbols) { in generateRelocationCode() local
472 for (const Symbol *sym : internalGotSymbols) { in writeBody() local
623 for (const Symbol *sym : symtabEntries) { in writeBody() local
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-aout.c105 obj_aout_frob_symbol (sym, punt) in obj_aout_frob_symbol() argument
241 symbolS *sym; local
407 symbolS *sym; local
618 obj_aout_s_get_other (sym) in obj_aout_s_get_other() argument
625 obj_aout_s_set_other (sym, o) in obj_aout_s_set_other() argument
652 obj_aout_s_get_desc (sym) in obj_aout_s_get_desc() argument
659 obj_aout_s_set_desc (sym, d) in obj_aout_s_set_desc() argument
667 obj_aout_s_get_type (sym) in obj_aout_s_get_type() argument
674 obj_aout_s_set_type (sym, t) in obj_aout_s_set_type() argument
/openbsd/sys/arch/mips64/include/
H A Dcdefs.h32 #define __strong_alias(alias,sym) \ argument
35 #define __weak_alias(alias,sym) \ argument
38 #define __warn_references(sym,msg) \ argument
41 #define __indr_references(sym,msg) /* nothing */ argument
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp311 bool lldb_private::npdb::SymbolHasAddress(const CVSymbol &sym) { in SymbolHasAddress()
338 bool lldb_private::npdb::SymbolIsCode(const CVSymbol &sym) { in SymbolIsCode()
356 template <typename RecordT> RecordT createRecord(const CVSymbol &sym) { in createRecord()
363 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset()
380 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
443 SegmentOffsetLength GetSegmentOffsetAndLength(const CVSymbol &sym) { in GetSegmentOffsetAndLength()
450 GetSegmentOffsetAndLength<TrampolineSym>(const CVSymbol &sym) { in GetSegmentOffsetAndLength()
463 GetSegmentOffsetAndLength<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentOffsetAndLength()
469 lldb_private::npdb::GetSegmentOffsetAndLength(const CVSymbol &sym) { in GetSegmentOffsetAndLength()
603 VariableInfo lldb_private::npdb::GetVariableNameInfo(CVSymbol sym) { in GetVariableNameInfo()
[all …]
/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp75 static std::string getDefinedLocation(const Symbol &sym) { in getDefinedLocation()
179 static bool isAbsolute(const Symbol &sym) { in isAbsolute()
187 static bool isAbsoluteValue(const Symbol &sym) { in isAbsoluteValue()
278 Symbol *sym = symtab.find(name); in getSymbolsAt() local
544 Undefined *sym; member
691 Undefined &sym = *undef.sym; in reportUndefinedSymbol() local
902 static void addGotEntry(Symbol &sym) { in addGotEntry()
921 static void addTpOffsetGotEntry(Symbol &sym) { in addTpOffsetGotEntry()
935 static bool canDefineSymbolInExecutable(Symbol &sym) { in canDefineSymbolInExecutable()
1655 auto fn = [](Symbol &sym) { in postScanRelocations()
[all …]
H A DSymbolTable.cpp34 void SymbolTable::wrap(Symbol *sym, Symbol *real, Symbol *wrap) { in wrap()
80 Symbol *sym = symVector[p.first->second]; in insert() local
88 Symbol *sym = reinterpret_cast<Symbol *>(make<SymbolUnion>()); in insert() local
106 Symbol *sym = insert(newSym.getName()); in addAndCheckDuplicate() local
124 static bool canBeVersioned(const Symbol &sym) { in canBeVersioned()
165 if (Symbol *sym = find(ver.name)) in findByVersion() local
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp637 const Symbol *sym = p.first; in finalizeContents() local
678 const Symbol *sym = p.first; in finalizeContents() local
716 for (const Symbol *sym : entries) { in writeTo() local
726 static void addBindingsForStub(Symbol *sym) { in addBindingsForStub()
753 void StubsSection::addEntry(Symbol *sym) { in addEntry()
822 void ObjCStubsSection::addEntry(Symbol *sym) { in addEntry()
882 Defined *sym = symbols[i]; in writeTo() local
1145 Symbol *sym = entry.sym; in emitStabs() local
1225 localSymbolsHandler = [&](Symbol *sym) { in finalizeContents()
1231 localSymbolsHandler = [&](Symbol *sym) { in finalizeContents()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dnlm32-ppc.c135 nlm_powerpc_read_reloc (abfd, sym, secp, rel) in nlm_powerpc_read_reloc() argument
551 nlm_powerpc_read_reloc (abfd, sym, secp, rel) in nlm_powerpc_read_reloc() argument
655 nlm_powerpc_read_import (abfd, sym) in nlm_powerpc_read_import() argument
712 asymbol *sym; local
786 asymbol *sym; local
896 nlm_powerpc_write_external (abfd, count, sym, relocs) in nlm_powerpc_write_external() argument
946 nlm_powerpc_set_public_section (abfd, sym) in nlm_powerpc_set_public_section() argument
971 nlm_powerpc_get_public_offset (abfd, sym) in nlm_powerpc_get_public_offset() argument
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlm32-ppc.c433 nlm_powerpc_read_reloc (bfd *abfd, in nlm_powerpc_read_reloc()
538 nlm_powerpc_read_reloc (bfd *abfd, in nlm_powerpc_read_reloc()
612 nlm_powerpc_read_import (bfd * abfd, nlmNAME (symbol_type) * sym) in nlm_powerpc_read_import()
663 asymbol *sym; in nlm_powerpc_write_import() local
736 asymbol *sym; in nlm_powerpc_write_reloc() local
845 asymbol *sym, in nlm_powerpc_write_external()
892 nlm_powerpc_set_public_section (bfd *abfd, nlmNAME (symbol_type) *sym) in nlm_powerpc_set_public_section()
913 nlm_powerpc_get_public_offset (bfd *abfd, asymbol *sym) in nlm_powerpc_get_public_offset()
/openbsd/usr.sbin/ypldap/
H A Dparse.y84 struct sym { struct
91 int symset(const char *, const char *, int); argument
922 struct sym *sym, *next; in parse_config() local
976 struct sym *sym; in symset() local
1016 char *sym, *val; in cmdline_symset() local
1033 struct sym *sym; in symget() local
/openbsd/gnu/llvm/lld/COFF/
H A DInputFiles.cpp104 for (const Archive::Symbol &sym : file->symbols()) in parse() local
109 void ArchiveFile::addMember(const Archive::Symbol &sym) { in addMember()
286 void ObjFile::readAssociativeDefinition(COFFSymbolRef sym, in readAssociativeDefinition()
357 Symbol *ObjFile::createRegular(COFFSymbolRef sym) { in createRegular()
420 COFFSymbolRef sym = check(coffObj->getSymbol(i)); in initializeSymbols() local
437 Symbol *sym = kv.first; in initializeSymbols() local
446 Symbol *ObjFile::createUndefined(COFFSymbolRef sym) { in createUndefined()
455 COFFSymbolRef sym = check(obj->getSymbol(i)); in findSectionDef() local
586 COFFSymbolRef sym, in createDefined()
1033 Symbol *sym; in parse() local
[all …]
H A DSymbolTable.cpp160 Symbol *sym; in getSymbolLocations() member
179 Symbol *sym = getSymbol(sc, r.VirtualAddress); in getSymbolLocations() local
231 Symbol *sym; member
264 Symbol *sym = i.second; in loadMinGWSymbols() local
437 Symbol *sym = i.second; in reportUnresolvable() local
465 Symbol *sym = i.second; in resolveRemainingUndefines() local
525 Symbol *&sym = symMap[CachedHashStringRef(name)]; in insert() local
665 Symbol *SymbolTable::addAbsolute(StringRef n, COFFSymbolRef sym) { in addAbsolute()
715 const coff_symbol_generic *sym) { in addComdat()
765 Symbol *sym = findUnderscore(name); in addLibcall() local
[all …]
/openbsd/sys/arch/alpha/include/
H A Dcdefs.h33 #define __strong_alias(alias,sym) \ argument
36 #define __weak_alias(alias,sym) \ argument
39 #define __warn_references(sym,msg) \ argument
/openbsd/sys/arch/sparc64/include/
H A Dcdefs.h6 #define __strong_alias(alias,sym) \ argument
9 #define __weak_alias(alias,sym) \ argument
12 #define __warn_references(sym,msg) \ argument
/openbsd/sys/arch/arm/include/
H A Dcdefs.h6 #define __strong_alias(alias,sym) \ argument
9 #define __weak_alias(alias,sym) \ argument
12 #define __warn_references(sym,msg) \ argument
/openbsd/sys/arch/i386/include/
H A Dcdefs.h11 #define __strong_alias(alias,sym) \ argument
14 #define __weak_alias(alias,sym) \ argument
17 #define __warn_references(sym,msg) \ argument
/openbsd/sys/arch/arm64/include/
H A Dcdefs.h6 #define __strong_alias(alias,sym) \ argument
9 #define __weak_alias(alias,sym) \ argument
12 #define __warn_references(sym,msg) \ argument

12345678910>>...32