HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 801 - 825 of 1029) sorted by null

<<31323334353637383940>>

  /external/elfutils/0.153/
elfutils.spec 331 - strip: changed handling of ET_REL files wrt symbol tables and relocs
353 - libdwfl: bug fixes in offline archive support, symbol table handling;
369 rt dynamic symbol tables found via phdrs; dwfl_standard_find_de
487 - elflint: many more tests, especially regarding to symbol versioning.
  /external/javassist/src/main/javassist/compiler/
Parser.java 62 d.setVariable(new Symbol(name));
212 d.setVariable(new Symbol(name));
251 return Stmnt.make(LABEL, new Symbol(label), parseStatement(tbl));
542 s.setLeft(new Symbol(lex.getString()));
638 Symbol symbol = new Symbol(name); local
646 Declarator decl = d.make(symbol, dim, init);
985 list = ASTList.append(list, new Symbol(lex.getString()));
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 8 #include "symbol.h"
189 struct symbol *f;
646 * ref_reloc_sym_not_found - has kernel relocation symbol been found.
647 * @kmap: kernel maps and relocation reference symbol
650 * relocation reference symbol has not yet been found. Otherwise %false is
661 * @kmap: kernel maps and relocation reference symbol
664 * the relocation reference symbol i.e. if the kernel has not been relocated
744 * The kernel relocation symbol is needed in advance in order to adjust
768 struct symbol *f;
820 * the symbol address as a flag - remove it *
    [all...]
  /external/lldb/examples/python/
crashlog.py 572 elif frame.symbol:
573 frame_offset = frame_pc - frame.symbol.addr.load_addr
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 30 #include "lldb/Symbol/ClangASTContext.h"
31 #include "lldb/Symbol/Symbol.h"
458 const Symbol *trampoline_symbol = m_objc_module_sp->FindFirstSymbolWithNameAndType (trampoline_name,
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 32 #include "lldb/Symbol/ClangNamespaceDecl.h"
33 #include "lldb/Symbol/DWARFCallFrameInfo.h"
34 #include "lldb/Symbol/ObjectFile.h"
789 Symbol *symbol = symtab->FindSymbolContainingFileAddress(file_addr); local
790 if (symbol)
792 if (symbol->ValueIsAddress())
794 SectionSP section_sp (symbol->GetAddress().GetSection());
804 // For ARM we have a bit in the n_desc field of the symbol
806 if (symbol->GetFlags() & MACHO_NLIST_ARM_SYMBOL_IS_THUMB
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 626 [Define if libtool can extract symbol lists from object files.])
798 [Define if dlsym() requires a leading underscore in symbol names.])
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 97 --require-text-symbol=:sonamepattern:symbolpattern abort run if the
99 text symbol. Patterns can contain ? and *.
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 1033 char16_t symbol = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 257 self.define = map(lambda symbol: (symbol, '1'), defines)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 257 self.define = map(lambda symbol: (symbol, '1'), defines)
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 131 /sys/qemu_trace/symbol 000 777 root system root system
  /external/libunwind/aux/
ltmain.sh 850 # Add the symbol object into the linking commands.
891 $echo "$modename: symbol file \`$arg' does not exist"
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 35 #include "lldb/Symbol/ClangASTContext.h"
36 #include "lldb/Symbol/ClangASTType.h"
272 m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not present in the target\n", name.GetCString());
    [all...]
  /external/chromium_org/v8/src/
v8natives.js     [all...]
api.cc 6175 i::Handle<i::Object> symbol = local
6226 i::Handle<i::Symbol> symbol = i_isolate->factory()->NewPrivateSymbol(); local
6241 i::Handle<i::Object> symbol = local
    [all...]
runtime.cc 603 Handle<Symbol> symbol = isolate->factory()->NewSymbol(); local
604 if (name->IsString()) symbol->set_name(*name);
605 return *symbol;
614 Handle<Symbol> symbol = isolate->factory()->NewPrivateSymbol(); local
615 if (name->IsString()) symbol->set_name(*name);
616 return *symbol;
625 Handle<Symbol> symbol = isolate->factory()->NewPrivateOwnSymbol() local
640 Handle<Object> symbol; local
648 JSObject::SetProperty(Handle<JSObject>::cast(privates), name, symbol, local
6068 Handle<Symbol> symbol = Handle<Symbol>::cast(raw_key); local
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh     [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 108 # A symbol stripping program
342 # The commands to extract the exported symbol list from a shared archive.
    [all...]
ltmain.sh 1190 # Add the symbol object into the linking commands.
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 286 * Forward declares a symbol. This is an indication to the compiler that the
287 * symbol may be used in the source yet is not required and may not be provided
678 // If the user tries to require a new symbol after document load,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 799 symbol, sp, comment = text.partition(' ')
800 bad_prefix = symbol not in ('#', '#:')
805 if text.rstrip('#') and (start[0] > 1 or symbol[1] != '!'):
    [all...]
  /external/bison/src/
AnnotationList.c 697 symbol *token;
    [all...]
tables.c 91 /* For a given state, N = ACTROW[SYMBOL]:
95 If N > 0, stands for `shift SYMBOL and go to n'.
222 | filled with what to do for each kind of token, index by symbol |
234 | with symbol SYM. The default reduction is not used for a symbol |
302 symbol *sym = errp->symbols[i];

Completed in 5022 milliseconds

<<31323334353637383940>>