Home
last modified time | relevance | path

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

12345678910>>...32

/openbsd-src/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
53 mapped:1, /* This symbol was mapped to another name. */ 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 {
[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-src/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
53 mapped:1, /* This symbol was mapped to another name. */ 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 {
[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-src/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-src/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-src/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-src/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
404 void GlobalSection::addInternalGOTEntry(Symbol *sym) { in addInternalGOTEntry()
426 for (const Symbol *sym : internalGotSymbols) { in generateRelocationCode() local
472 for (const Symbol *sym : internalGotSymbols) { in writeBody() local
[all …]
/openbsd-src/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-src/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-src/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()
369 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
374 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset()
380 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
385 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
391 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset()
396 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset()
[all …]
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp314 void macho::addNonLazyBindingEntries(const Symbol *sym, in addNonLazyBindingEntries()
344 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()
371 static void writeChainedBind(uint8_t *buf, const Symbol *sym, int64_t addend) { in writeChainedBind()
383 void macho::writeChainedFixup(uint8_t *buf, const Symbol *sym, int64_t addend) { in writeChainedFixup()
561 static int16_t ordinalForSymbol(const Symbol &sym) { in ordinalForSymbol()
637 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()
[all …]
/openbsd-src/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-src/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-src/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-src/sys/arch/powerpc64/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-src/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
/openbsd-src/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-src/sys/arch/sh/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-src/sys/arch/m88k/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-src/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-src/sys/arch/riscv64/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-src/sys/arch/hppa/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-src/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

12345678910>>...32