/prebuilts/go/darwin-x86/src/encoding/ascii85/ |
ascii85.go | 25 // Often, ascii85-encoded data is wrapped in <~ and ~> symbols. 180 // Often, ascii85-encoded data is wrapped in <~ and ~> symbols.
|
/prebuilts/go/darwin-x86/src/net/http/pprof/ |
pprof.go | 151 // We don't know how many symbols we have, but we 153 // this number is 0 (no symbols available) or > 0.
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
disasm.go | 25 syms []Sym //symbols in file, sorted by address 37 syms, err := f.Symbols() 59 // Filter out section symbols, overwriting syms in place.
|
/prebuilts/go/linux-x86/src/encoding/ascii85/ |
ascii85.go | 25 // Often, ascii85-encoded data is wrapped in <~ and ~> symbols. 180 // Often, ascii85-encoded data is wrapped in <~ and ~> symbols.
|
/prebuilts/go/linux-x86/src/net/http/pprof/ |
pprof.go | 151 // We don't know how many symbols we have, but we 153 // this number is 0 (no symbols available) or > 0.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
indexed12.d | 23 ;;; Test gas relax with difference of symbols \(same section\) 74 ;;; Test gas relax with difference of symbols \(different section\)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
ldb.s | 10 # the small symbols should have space allocated in the sbss section
|
ldh.s | 10 # the small symbols should have space allocated in the sbss section
|
ldw.s | 10 # the small symbols should have space allocated in the sbss section
|
stb.s | 10 # the small symbols should have space allocated in the sbss section
|
sth.s | 10 # the small symbols should have space allocated in the sbss section
|
stw.s | 10 # the small symbols should have space allocated in the sbss section
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
immexpr1.s | 2 ! local symbols work for other than 16-bit operands.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
reloc-bad-3.s | 5 # symbols are only applicable with REL relocations.
|
/toolchain/binutils/binutils-2.25/include/ |
dis-asm.h | 91 /* An array of pointers to symbols either at the location being disassembled 96 asymbol **symbols; member in struct:disassemble_info 97 /* Number of symbols in array. */ 101 used on Arm to find mapping symbols and determine Arm/Thumb code. */ 153 This is used by some ports that want to hide special symbols when
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
group-relocs.s | 7 @ handled in the same way for local and external symbols.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
reldl-1.s | 2 ! "datalabel" and offsets to the global symbols into the previous
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | 170 panic("DynlinkingGo called before all symbols loaded") 549 // If we have any undefined symbols in external 627 // put symbols into Textp 768 * the individual symbols that are unused. 1067 // can move symbols out of sections that rely on stable offsets 1115 // Force global symbols to be exported for dlopen, etc. [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 170 panic("DynlinkingGo called before all symbols loaded") 549 // If we have any undefined symbols in external 627 // put symbols into Textp 768 * the individual symbols that are unused. 1067 // can move symbols out of sections that rely on stable offsets 1115 // Force global symbols to be exported for dlopen, etc. [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
dynobj.cc | 332 // Read the symbols and sections from a dynamic object. We read the 333 // dynamic symbols, not the normal symbols. 342 // Read the symbols and sections from a dynamic object. We read the 343 // dynamic symbols, not the normal symbols. This is common code for 363 sd->symbols = NULL; 390 // Get the dynamic symbols. 394 sd->symbols = this->get_lasting_view(dynsymshdr.get_sh_offset(), 446 // doesn't really have anything to do with reading the symbols, bu [all...] |
/prebuilts/go/darwin-x86/src/debug/gosym/ |
symtab.go | 24 * Symbols 104 // In Go 1.1 and earlier, Paths is a list of symbols corresponding 116 // symbols decoded from the program and provides methods to translate 117 // between symbols, names, and addresses. 364 // Count text symbols and attach frame sizes, parameters, and 386 // Count & copy path symbols
|
/prebuilts/go/linux-x86/src/debug/gosym/ |
symtab.go | 24 * Symbols 104 // In Go 1.1 and earlier, Paths is a list of symbols corresponding 116 // symbols decoded from the program and provides methods to translate 117 // between symbols, names, and addresses. 364 // Count text symbols and attach frame sizes, parameters, and 386 // Count & copy path symbols
|
/external/mesa3d/src/compiler/glsl/ |
linker.cpp | 603 shader->symbols->get_variable("gl_ClipDistance"); 609 shader->symbols->get_variable("gl_CullDistance"); 1308 glsl_symbol_table *symbols; member in class:remap_visitor [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
symtable.c | 113 {"symbols", T_OBJECT, OFF(ste_symbols), READONLY},
526 * All arguments are dicts. Modifies symbols, others are read-only.
529 update_symbols(PyObject *symbols, PyObject *scope,
535 while (PyDict_Next(symbols, &pos, &name, &v)) {
546 if (PyDict_SetItem(symbols, name, u) < 0) {
560 PyObject *o = PyDict_GetItem(symbols, name);
575 if (PyDict_SetItem(symbols, name, o) < 0) {
588 if (PyDict_SetItem(symbols, name, free_value) < 0) {
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
symtable.c | 111 {"symbols", T_OBJECT, OFF(ste_symbols), READONLY},
524 * All arguments are dicts. Modifies symbols, others are read-only.
527 update_symbols(PyObject *symbols, PyObject *scope,
533 while (PyDict_Next(symbols, &pos, &name, &v)) {
544 if (PyDict_SetItem(symbols, name, u) < 0) {
558 PyObject *o = PyDict_GetItem(symbols, name);
573 if (PyDict_SetItem(symbols, name, o) < 0) {
586 if (PyDict_SetItem(symbols, name, free_value) < 0) {
[all...] |