HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 751 - 775 of 2152) sorted by null

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 321 // An LSym is the sort of symbol that is written to an object file.
328 RefIdx int // Index of this symbol in the symbol reference list.
340 // Attribute is a set of symbol attributes.
362 // Local means make the symbol local even when compiling Go code to reference Go
407 // A SymKind describes the kind of memory represented by a symbol.
413 // TODO(rsc): Reduce the number of symbol types in the object files.
485 SCONTAINER = SymKind(1 << 10) // has a sub-symbol
488 // ReadOnly are the symbol kinds that form read-only sections. In some
529 // the referenced symbol into the immediate field of the first instruction and th
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 31 // A Sym is a symbol defined in an executable file.
33 Name string // symbol name
34 Addr uint64 // virtual address of symbol
49 // from the start of the symbol containing the relocation.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symbols.go 34 symbolBatch []Symbol
36 // Symbol lookup based on name and indexed by version.
37 hash []map[string]*Symbol
39 Allsym []*Symbol
42 func (syms *Symbols) newsym(name string, v int) *Symbol {
45 batch = make([]Symbol, 1000)
60 // Look up the symbol with the given name and version, creating the
61 // symbol if it is not found.
62 func (syms *Symbols) Lookup(name string, v int) *Symbol {
74 // Look up the symbol with the given name and version, returning ni
    [all...]
  /prebuilts/go/darwin-x86/test/
runtime.go 11 // functions in its symbol table, but some functions
  /prebuilts/go/linux-x86/misc/cgo/stdio/
file.go 28 // Test reference to library symbol.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
export.go 31 // Mark n's symbol as exported
45 fmt.Printf("export symbol %v\n", n.Sym)
68 // exportedsym reports whether a symbol will be visible
218 // methodbyname sorts types by symbol name.
269 // importsym declares symbol s as an imported object representable by op.
276 // mark the symbol so it is not reexported
286 // pkgtype returns the named type declared by symbol s.
303 // importconst declares symbol s as an imported constant with type t and value n.
331 // importvar declares symbol s as an imported variable with type t.
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 137 // from finding the symbol. Work around this for now, but we
514 // findValues finds the doc.Values that describe the symbol.
515 func (pkg *Package) findValues(symbol string, docValues []*doc.Value) (values []*doc.Value) {
518 if match(symbol, name) {
526 // findFuncs finds the doc.Funcs that describes the symbol.
527 func (pkg *Package) findFuncs(symbol string) (funcs []*doc.Func) {
529 if match(symbol, fun.Name) {
536 // findTypes finds the doc.Types that describes the symbol.
537 // If symbol is empty, it finds all exported types.
538 func (pkg *Package) findTypes(symbol string) (types []*doc.Type)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 321 // An LSym is the sort of symbol that is written to an object file.
328 RefIdx int // Index of this symbol in the symbol reference list.
340 // Attribute is a set of symbol attributes.
362 // Local means make the symbol local even when compiling Go code to reference Go
407 // A SymKind describes the kind of memory represented by a symbol.
413 // TODO(rsc): Reduce the number of symbol types in the object files.
485 SCONTAINER = SymKind(1 << 10) // has a sub-symbol
488 // ReadOnly are the symbol kinds that form read-only sections. In some
529 // the referenced symbol into the immediate field of the first instruction and th
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 31 // A Sym is a symbol defined in an executable file.
33 Name string // symbol name
34 Addr uint64 // virtual address of symbol
49 // from the start of the symbol containing the relocation.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symbols.go 34 symbolBatch []Symbol
36 // Symbol lookup based on name and indexed by version.
37 hash []map[string]*Symbol
39 Allsym []*Symbol
42 func (syms *Symbols) newsym(name string, v int) *Symbol {
45 batch = make([]Symbol, 1000)
60 // Look up the symbol with the given name and version, creating the
61 // symbol if it is not found.
62 func (syms *Symbols) Lookup(name string, v int) *Symbol {
74 // Look up the symbol with the given name and version, returning ni
    [all...]
  /prebuilts/go/linux-x86/test/
runtime.go 11 // functions in its symbol table, but some functions
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
default.py 20 from . import symbol
99 class Default(symbol.PolicySymbol):
fscontext.py 23 from . import symbol
53 class FSContext(symbol.PolicySymbol):
objclass.py 20 from . import symbol
54 class Common(symbol.PolicySymbol):
  /system/extras/simpleperf/
SampleComparator.h 58 BUILD_COMPARE_STRING_FUNCTION(CompareSymbol, symbol->DemangledName());
62 branch_from.symbol->DemangledName());
thread_tree.cpp 222 const Symbol* ThreadTree::FindSymbol(const MapEntry* map, uint64_t ip,
227 const Symbol* symbol = dso->FindSymbol(vaddr_in_file); local
228 if (symbol == nullptr && map->in_kernel && dso != kernel_dso_.get()) {
230 // the kernel module file contains no symbol. Try finding the symbol in
234 symbol = dso->FindSymbol(vaddr_in_file);
236 if (symbol == nullptr) {
242 symbol = dso->FindSymbol(vaddr_in_file);
243 CHECK(symbol != nullptr)
    [all...]
  /system/extras/simpleperf/runtest/
runtest.py 56 class Symbol(object):
62 # children_overhead is the overhead sum of this symbol and functions
63 # called by this symbol.
72 strs.append('Symbol name=%s comm=%s overhead=%f children_overhead=%f' % (
101 def is_match(self, symbol):
103 if self.symbol_name != symbol.name:
106 if self.comm != symbol.comm:
141 def is_match(self, symbol):
142 if symbol.name != self.symbol_name:
145 if symbol.comm != self.comm
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arc.c 37 asymbol * symbol,
43 /* If linking, back up the final symbol address by the address of the
52 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
elf32-m68hc1x.h 56 /* Given the symbol's value and its section we can determine its final
74 These parameters are obtained from the symbol table by looking
77 __bank_start Symbol marking the start of memory bank window
155 asymbol *symbol, void *data, asection *input_section,
159 asymbol *symbol, void *data, asection *input_section,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
dysymtab-3.d 14 ( )+indirect symbol table: off: 0x00000170 num: 4( )+\(endoff: 0x00000180\)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-got-relocs.d 9 # After gc-section removal we are cheking that symbol does not exit
14 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-15.d 7 # Each symbol is versioned.
11 DYNAMIC SYMBOL TABLE:
tls-gd-3h.d 10 # executable with a single R_CRIS_32_GD against a hidden symbol.
20 SYMBOL TABLE:
tls-global-74.d 13 # symbol. Check that we have proper NPTL/TLS markings and GOT.
tls-local-59.d 10 # symbol. Check that we have proper NPTL/TLS markings and GOT.

Completed in 514 milliseconds

<<31323334353637383940>>