HomeSort by relevance Sort by last modified time
    Searched refs:Syms (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/llvm/lib/Object/
SymbolSize.cpp 51 auto Syms = E->symbols();
52 if (Syms.begin() == Syms.end())
53 Syms = E->getDynamicSymbolIterators();
54 for (ELFSymbolRef Sym : Syms)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
pkg.go 25 Syms map[string]*Sym
43 p.Syms = make(map[string]*Sym)
69 Syms: make(map[string]*Sym),
85 if s := pkg.Syms[name]; s != nil {
96 pkg.Syms[name] = s
105 if s := pkg.Syms[string(name)]; s != nil {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
pkg.go 25 Syms map[string]*Sym
43 p.Syms = make(map[string]*Sym)
69 Syms: make(map[string]*Sym),
85 if s := pkg.Syms[name]; s != nil {
96 pkg.Syms[name] = s
105 if s := pkg.Syms[string(name)]; s != nil {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 276 t := ctxt.Syms.Lookup("runtime.textsectionmap", 0)
310 s := ctxt.Syms.ROLookup("runtime.text", 0)
317 s := ctxt.Syms.Lookup(fmt.Sprintf("runtime.text.%d", n), 0)
355 s := ctxt.Syms.Lookup("runtime.gcdata", 0)
362 s = ctxt.Syms.Lookup("runtime.gcbss", 0)
372 s = ctxt.Syms.Lookup("type.*", 0)
379 s = ctxt.Syms.Lookup("typerel.*", 0)
386 s = ctxt.Syms.Lookup("type.*", 0)
396 s := ctxt.Syms.Lookup(name, 0)
417 symitablink := ctxt.Syms.Lookup("runtime.itablink", 0
    [all...]
go.go 187 s = ctxt.Syms.Lookup(local, 0)
206 s = ctxt.Syms.Lookup(local, 0)
224 s = ctxt.Syms.Lookup(local, 0)
228 if s == ctxt.Syms.Lookup("main", 0) {
302 s := ctxt.Syms.Lookup(".dynstr", 0)
306 Elfwritedynent(ctxt, ctxt.Syms.Lookup(".dynamic", 0), DT_NEEDED, uint64(Addstring(s, lib)))
331 for _, s := range ctxt.Syms.Allsym {
352 s := ctxt.Syms.ROLookup(*flagFieldTrack, 0)
typelink.go 29 for _, s := range ctxt.Syms.Allsym {
36 tl := ctxt.Syms.Lookup("runtime.typelink", 0)
elf.go 1014 s := ctxt.Syms.Lookup(".hash", 0)
1030 for _, sy := range ctxt.Syms.Allsym {
1069 dynstr := ctxt.Syms.Lookup(".dynstr", 0)
1071 s = ctxt.Syms.Lookup(".gnu.version_r", 0)
1110 s = ctxt.Syms.Lookup(".gnu.version", 0)
1122 s = ctxt.Syms.Lookup(".dynamic", 0)
1125 elfwritedynentsym(ctxt, s, DT_VERNEED, ctxt.Syms.Lookup(".gnu.version_r", 0))
1127 elfwritedynentsym(ctxt, s, DT_VERSYM, ctxt.Syms.Lookup(".gnu.version", 0))
1130 sy := ctxt.Syms.Lookup(elfRelType+".plt", 0)
1325 func elfrelocsect(ctxt *Link, sect *sym.Section, syms []*sym.Symbol)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 276 t := ctxt.Syms.Lookup("runtime.textsectionmap", 0)
310 s := ctxt.Syms.ROLookup("runtime.text", 0)
317 s := ctxt.Syms.Lookup(fmt.Sprintf("runtime.text.%d", n), 0)
355 s := ctxt.Syms.Lookup("runtime.gcdata", 0)
362 s = ctxt.Syms.Lookup("runtime.gcbss", 0)
372 s = ctxt.Syms.Lookup("type.*", 0)
379 s = ctxt.Syms.Lookup("typerel.*", 0)
386 s = ctxt.Syms.Lookup("type.*", 0)
396 s := ctxt.Syms.Lookup(name, 0)
417 symitablink := ctxt.Syms.Lookup("runtime.itablink", 0
    [all...]
go.go 187 s = ctxt.Syms.Lookup(local, 0)
206 s = ctxt.Syms.Lookup(local, 0)
224 s = ctxt.Syms.Lookup(local, 0)
228 if s == ctxt.Syms.Lookup("main", 0) {
302 s := ctxt.Syms.Lookup(".dynstr", 0)
306 Elfwritedynent(ctxt, ctxt.Syms.Lookup(".dynamic", 0), DT_NEEDED, uint64(Addstring(s, lib)))
331 for _, s := range ctxt.Syms.Allsym {
352 s := ctxt.Syms.ROLookup(*flagFieldTrack, 0)
typelink.go 29 for _, s := range ctxt.Syms.Allsym {
36 tl := ctxt.Syms.Lookup("runtime.typelink", 0)
elf.go 1014 s := ctxt.Syms.Lookup(".hash", 0)
1030 for _, sy := range ctxt.Syms.Allsym {
1069 dynstr := ctxt.Syms.Lookup(".dynstr", 0)
1071 s = ctxt.Syms.Lookup(".gnu.version_r", 0)
1110 s = ctxt.Syms.Lookup(".gnu.version", 0)
1122 s = ctxt.Syms.Lookup(".dynamic", 0)
1125 elfwritedynentsym(ctxt, s, DT_VERNEED, ctxt.Syms.Lookup(".gnu.version_r", 0))
1127 elfwritedynentsym(ctxt, s, DT_VERSYM, ctxt.Syms.Lookup(".gnu.version", 0))
1130 sy := ctxt.Syms.Lookup(elfRelType+".plt", 0)
1325 func elfrelocsect(ctxt *Link, sect *sym.Section, syms []*sym.Symbol)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 86 thunkfunc := ctxt.Syms.Lookup("__x86.get_pc_thunk."+r.name, 0)
105 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
114 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
136 addcall(ctxt, initfunc, ctxt.Syms.Lookup("__x86.get_pc_thunk.cx", 0))
146 r.Sym = ctxt.Syms.Lookup("_GLOBAL_OFFSET_TABLE_", 0)
163 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
199 r.Sym = ctxt.Syms.Lookup(".plt", 0)
242 r.Sym = ctxt.Syms.Lookup(".got", 0)
263 r.Sym = ctxt.Syms.Lookup(".plt", 0)
287 r.Sym = ctxt.Syms.Lookup(".got", 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 86 thunkfunc := ctxt.Syms.Lookup("__x86.get_pc_thunk."+r.name, 0)
105 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
114 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
136 addcall(ctxt, initfunc, ctxt.Syms.Lookup("__x86.get_pc_thunk.cx", 0))
146 r.Sym = ctxt.Syms.Lookup("_GLOBAL_OFFSET_TABLE_", 0)
163 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
199 r.Sym = ctxt.Syms.Lookup(".plt", 0)
242 r.Sym = ctxt.Syms.Lookup(".got", 0)
263 r.Sym = ctxt.Syms.Lookup(".plt", 0)
287 r.Sym = ctxt.Syms.Lookup(".got", 0
    [all...]
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
plan9obj.go 17 Syms uint32 /* size of symbol table */
  /prebuilts/go/linux-x86/src/debug/plan9obj/
plan9obj.go 17 Syms uint32 /* size of symbol table */
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 129 std::vector<Elf_Sym> &Syms, unsigned SymbolBinding);
274 std::vector<Elf_Sym> Syms;
279 Syms.push_back(Sym);
291 addSymbols(Doc.Symbols.Local, Syms, ELF::STB_LOCAL);
292 addSymbols(Doc.Symbols.Global, Syms, ELF::STB_GLOBAL);
293 addSymbols(Doc.Symbols.Weak, Syms, ELF::STB_WEAK);
297 makeArrayRef(Syms));
298 SHeader.sh_size = arrayDataSize(makeArrayRef(Syms));
316 std::vector<Elf_Sym> &Syms,
336 Syms.push_back(Symbol)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/
asm.go 56 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
63 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
86 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
98 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
159 r.Sym = ctxt.Syms.Lookup(".plt", 0)
170 r.Sym = ctxt.Syms.Lookup(".plt", 0)
200 r.Sym = ctxt.Syms.Lookup(".got", 0)
217 r.Sym = ctxt.Syms.Lookup(".got", 0)
226 r.Sym = ctxt.Syms.Lookup(".got", 0)
334 plt := ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 119 Syms []Sym // nil for Go 1.3 and later binaries
298 t.Syms = make([]Sym, 0, n)
303 n := len(t.Syms)
304 t.Syms = t.Syms[0 : n+1]
305 ts := &t.Syms[n]
368 for i := 0; i < len(t.Syms); i++ {
369 sym := &t.Syms[i]
389 for end = i + 1; end < len(t.Syms); end++ {
390 if c := t.Syms[end].Type; c != 'Z' && c != 'z'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
asm.go 56 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
63 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
86 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
98 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
159 r.Sym = ctxt.Syms.Lookup(".plt", 0)
170 r.Sym = ctxt.Syms.Lookup(".plt", 0)
200 r.Sym = ctxt.Syms.Lookup(".got", 0)
217 r.Sym = ctxt.Syms.Lookup(".got", 0)
226 r.Sym = ctxt.Syms.Lookup(".got", 0)
334 plt := ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 119 Syms []Sym // nil for Go 1.3 and later binaries
298 t.Syms = make([]Sym, 0, n)
303 n := len(t.Syms)
304 t.Syms = t.Syms[0 : n+1]
305 ts := &t.Syms[n]
368 for i := 0; i < len(t.Syms); i++ {
369 sym := &t.Syms[i]
389 for end = i + 1; end < len(t.Syms); end++ {
390 if c := t.Syms[end].Type; c != 'Z' && c != 'z'
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 68 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
75 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
89 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
105 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
134 r.Sym = ctxt.Syms.Lookup(".plt", 0)
164 r.Sym = ctxt.Syms.Lookup(".got", 0)
176 r.Sym = ctxt.Syms.Lookup(".got", 0)
184 r.Sym = ctxt.Syms.Lookup(".plt", 0)
218 r.Sym = ctxt.Syms.Lookup(".plt", 0)
233 r.Sym = ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 68 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
75 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
89 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
105 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
134 r.Sym = ctxt.Syms.Lookup(".plt", 0)
164 r.Sym = ctxt.Syms.Lookup(".got", 0)
176 r.Sym = ctxt.Syms.Lookup(".got", 0)
184 r.Sym = ctxt.Syms.Lookup(".plt", 0)
218 r.Sym = ctxt.Syms.Lookup(".plt", 0)
233 r.Sym = ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
asm.go 63 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
70 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
94 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
141 r.Sym = ctxt.Syms.Lookup(".plt", 0)
165 r.Sym = ctxt.Syms.Lookup(".got", 0)
192 r.Sym = ctxt.Syms.Lookup(".plt", 0)
234 r.Sym = ctxt.Syms.Lookup(".got", 0)
248 r.Sym = ctxt.Syms.Lookup(".plt", 0)
256 r.Sym = ctxt.Syms.Lookup(".plt", 0)
265 r.Sym = ctxt.Syms.Lookup(".got", 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
asm.go 63 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
70 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
94 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
141 r.Sym = ctxt.Syms.Lookup(".plt", 0)
165 r.Sym = ctxt.Syms.Lookup(".got", 0)
192 r.Sym = ctxt.Syms.Lookup(".plt", 0)
234 r.Sym = ctxt.Syms.Lookup(".got", 0)
248 r.Sym = ctxt.Syms.Lookup(".plt", 0)
256 r.Sym = ctxt.Syms.Lookup(".plt", 0)
265 r.Sym = ctxt.Syms.Lookup(".got", 0
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 183 std::vector<MCSymbol*> *Syms = Entry.Symbols.get<std::vector<MCSymbol*>*>();
185 for (unsigned i = 0, e = Syms->size(); i != e; ++i) {
186 MCSymbol *Sym = (*Syms)[i];
198 delete Syms;
237 std::vector<MCSymbol*> *Syms =OldEntry.Symbols.get<std::vector<MCSymbol*>*>();
238 SymList->insert(SymList->end(), Syms->begin(), Syms->end());
239 delete Syms;

Completed in 1425 milliseconds

1 2 3 4 5