/external/elfutils/0.153/src/ |
unstrip.c | 316 symbol for every section, even unallocated ones, in .dynsym. 335 /* See if this symbol table has a leading section symbol for every single 337 update each section symbol's st_value. */ 350 ELF_CHECK (sym != NULL, _("cannot get symbol table entry: %s")); 366 _("cannot update symbol table: %s")); 392 /* Update relocation sections using the symbol table. */ 513 ELF_CHECK (v != NULL, _("cannot get symbol version: %s")); 584 _("cannot update symbol table: %s")); 605 _("cannot update symbol table: %s")) 716 struct symbol struct [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 17 #include "Symbol.h" 1632 const Symbol& symbol = densityVaryingResources.keyAt(k); local [all...] |
/external/chromium_org/v8/test/mjsunit/es7/ |
object-observe.js | 960 // Observing symbol properties (not). 964 var symbol = Symbol("secret"); 966 obj[symbol] = 3; 967 delete obj[symbol]; 968 Object.defineProperty(obj, symbol, {get: function() {}, configurable: true}); 969 Object.defineProperty(obj, symbol, {value: 6}); 970 Object.defineProperty(obj, symbol, {writable: false}); 971 delete obj[symbol]; 972 Object.defineProperty(obj, symbol, {value: 7}) [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_reader.cpp | 323 s_symbol *symbol = SX_AS_SYMBOL(expr); local 324 if (symbol != NULL) { 325 if (strcmp(symbol->value(), "break") == 0 && loop_ctx != NULL) 327 if (strcmp(symbol->value(), "continue") == 0 && loop_ctx != NULL) 424 // Add the variable to the symbol table
|
/external/chromium_org/third_party/sqlite/src/tool/ |
omittest.tcl | 11 <script> ?test-symbol? ?-makefile PATH-TO-MAKEFILE? ?-skip_run? 141 if {[info exists ::SYMBOL]} { 145 set ::SYMBOL [lindex $argv $i] 246 if {[info exists ::SYMBOL] } { 247 set sym $::SYMBOL 250 puts stderr "No such symbol: $sym"
|
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 38 offset of the symbol in the library and 3) the virtual end address
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
bucket.py | 8 from lib.symbol import FUNCTION_SYMBOLS, SOURCEFILE_SYMBOLS, TYPEINFO_SYMBOLS 51 # TODO(dmikurube): Fill explicitly with numbers if symbol not found.
|
/external/elfutils/0.153/libebl/ |
libebl.h | 117 /* Return true if the symbol type is that referencing the GOT. E.g., 150 /* Return symbol type name. */ 151 extern const char *ebl_symbol_type_name (Ebl *ebl, int symbol, 154 /* Return symbol binding name. */ 165 /* Check whether given symbol's st_value and st_size are OK despite failing 171 /* Check whether only valid bits are set on the st_other symbol flag. */
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
Android.mk | 97 util/symbol.c \ 98 util/symbol-elf.c \
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
hist.c | 333 static u8 symbol__parent_filter(const struct symbol *parent) 377 * mis-adjust symbol addresses when computing 407 struct symbol *sym_parent, 437 struct symbol *sym_parent, 468 struct symbol *sym_parent, u64 period,
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntime.cpp | 27 #include "lldb/Symbol/ClangASTContext.h" 28 #include "lldb/Symbol/ObjectFile.h" 216 m_PrintForDebugger_addr.reset(new Address(context.symbol->GetAddress()));
|
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextLLDB.cpp | 20 #include "lldb/Symbol/DWARFCallFrameInfo.h" 21 #include "lldb/Symbol/FuncUnwinders.h" 22 #include "lldb/Symbol/Function.h" 23 #include "lldb/Symbol/ObjectFile.h" 24 #include "lldb/Symbol/SymbolContext.h" 25 #include "lldb/Symbol/Symbol.h" 122 // If we don't have a Module for some reason, we're not going to find symbol/function information - just 142 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == g_sigtramp_name) [all...] |
/external/lldb/test/ |
lldbutil.py | 37 """Disassemble the function or symbol given a target. 330 def run_break_set_by_symbol (test, symbol, extra_options = None, num_expected_locations = -1, sym_exact = False, module_name=None): 331 """Set a breakpoint by symbol name. Common options are the same as run_break_set_by_file_and_line. 333 If sym_exact is true, then the output symbol must match the input exactly, otherwise we do a substring match.""" 334 command = 'breakpoint set -n "%s"'%(symbol) 345 check_breakpoint_result (test, break_results, num_locations = num_expected_locations, symbol_name = symbol, module_name=module_name) 372 """Set a breakpoint by regular expression match on symbol name. Common options are the same as run_break_set_by_file_and_line.""" 408 symbol - symbol name 409 inline_symbol - inlined symbol nam [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-section-comdat.s | 117 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section. 120 @ CHECK: Symbol {
|
/external/mesa3d/src/glsl/ |
ir_reader.cpp | 323 s_symbol *symbol = SX_AS_SYMBOL(expr); local 324 if (symbol != NULL) { 325 if (strcmp(symbol->value(), "break") == 0 && loop_ctx != NULL) 327 if (strcmp(symbol->value(), "continue") == 0 && loop_ctx != NULL) 424 // Add the variable to the symbol table
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 131 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the 307 // define symbol _GLOBAL_OFFSET_TABLE_ when .got create 407 /// finalizeSymbol - finalize the symbol value 634 // calculate the possible symbol value 636 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local 637 if (symbol->hasFragRef()) { 638 uint64_t value = symbol->fragRef()->getOutputOffset(); 640 symbol->fragRef()->frag()->getParent()->getSection().addr(); 651 sym_value, // symbol valu [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 352 // define symbol _GLOBAL_OFFSET_TABLE_ 508 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the 600 LDSymbol* symbol = relocation->symInfo()->outSymbol(); local 601 if (symbol->hasFragRef()) { 602 uint64_t value = symbol->fragRef()->getOutputOffset(); 604 symbol->fragRef()->frag()->getParent()->getSection().addr(); 608 sym_value, //symbol value 663 /// finalizeSymbol - finalize the symbol value 795 // We have to reset the description of the symbol here. When doin [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 112 // Define the symbol _GLOBAL_OFFSET_TABLE_ if there is a symbol with the 124 // Define the symbol _PROCEDURE_LINKAGE_TABLE_ if there is a symbol with the 316 // the GOT and the symbol table. At the same time .gnu.hash 500 /// finalizeSymbol - finalize the symbol value 512 /// FIXME: Mips needs to allocate small common symbol 553 // We have to reset the description of the symbol here. When doing 562 // allocate TLS common symbol in tbss section 583 // We have to reset the description of the symbol here. When doin 690 LDSymbol* symbol = pRel.symInfo()->outSymbol(); local [all...] |
/ndk/build/core/ |
default-build-commands.mk | 19 # symbol references to the same symbols as exported by shared libraries 84 # linking executable to supress warning about missing symbol by *so not directly needed.
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |