/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
pcrel-reloc-global.d | 1 #name: C6X PC-relative relocations, global symbols
|
/development/scripts/ |
symbol.py | 179 lib: library (or executable) pathname containing symbols 187 more than one element with the symbols for the most deeply 202 lib: library (or executable) pathname containing symbols 208 associated symbols and locations. The list is always non-empty. 211 more than one element with the symbols for the most deeply 250 lib: library (or executable) pathname containing symbols 255 each address has a list of associated symbols and locations 259 more than one element with the symbols for the most deeply 287 symbols = SYMBOLS_DIR + lib 288 if not os.path.exists(symbols) [all...] |
/system/extras/simpleperf/runtest/ |
runtest.py | 394 symbols = [] 412 symbols.append(cur_symbol) 419 symbols.append(cur_symbol) 461 return symbols 464 symbols = self._read_report_file(report_file, has_callgraph) 465 if not self._check_symbol_overhead_requirements(test, symbols): 468 if not self._check_symbol_children_overhead_requirements(test, symbols): 470 if not self._check_symbol_relation_requirements(test, symbols): 474 def _check_symbol_overhead_requirements(self, test, symbols): 478 for symbol in symbols [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
deadcode.go | 15 // deadcode marks all reachable symbols. 17 // The basis of the dead code elimination is a flood fill of symbols, 46 // Any unreached text symbols are removed from ctxt.Textp. 57 // First, flood fill any symbols directly reachable in the call 120 // Remove dead text but keep file information (z symbols). 172 markQueue []*Symbol // symbols to flood fill in next pass 218 // init marks all initial symbols as reachable. 232 // Mark all symbols defined in this library as reachable when 249 // but we do keep the symbols it refers to. 270 // flood flood fills symbols reachable from the markQueue symbols [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
deadcode.go | 15 // deadcode marks all reachable symbols. 17 // The basis of the dead code elimination is a flood fill of symbols, 46 // Any unreached text symbols are removed from ctxt.Textp. 57 // First, flood fill any symbols directly reachable in the call 120 // Remove dead text but keep file information (z symbols). 172 markQueue []*Symbol // symbols to flood fill in next pass 218 // init marks all initial symbols as reachable. 232 // Mark all symbols defined in this library as reachable when 249 // but we do keep the symbols it refers to. 270 // flood flood fills symbols reachable from the markQueue symbols [all...] |
/external/icu/icu4c/source/i18n/ |
decimalformatpattern.h | 79 void useSymbols(const DecimalFormatSymbols& symbols);
|
/external/libunwind/tests/ |
run-coredump-unwind | 16 # Extract the dynamic symbols from the main binary, there is no need to also have these 19 # Extract all the text (i.e. function) symbols from the debuginfo 21 # Keep all the function symbols not already in the dynamic symbol table 23 # Copy the full debuginfo, keeping only a minumal set of symbols and removing some unnecessary sections 24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_def.sh | 21 This script generates a MSVC module definition file containing a list of symbols 23 use #comment syntax) but in general, take the form of a list of symbols:
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
ELF_STT_FILE.s | 6 # Test that RTDyldELF ignores STT_FILE symbols, and in particular does
|
/external/llvm/test/MC/Mips/ |
insn-directive.s | 4 # RUN: llvm-readobj -symbols - | FileCheck %s --check-prefix=OBJ 71 # OBJ: Symbols [
|
/prebuilts/go/darwin-x86/src/cmd/nm/ |
doc.go | 5 // Nm lists the symbols defined or used by an object file, archive, or executable. 26 // symbols (type U).
|
/prebuilts/go/linux-x86/src/cmd/nm/ |
doc.go | 5 // Nm lists the symbols defined or used by an object file, archive, or executable. 26 // symbols (type U).
|
/test/vts-testcase/vndk/golden/ |
dump_abi.py | 94 """Dump symbols from a library to a dump file. 96 The dump file is a sorted list of symbols. Each line contains one symbol. 113 symbols = parser.ListGlobalDynamicSymbols() 117 if not symbols: 118 return "No symbols" 119 symbols.sort() 121 dump_file.write("\n".join(symbols) + "\n")
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-h8500.c | 138 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ 139 reloc_processing(relent, reloc, symbols, abfd, section) 144 asymbol ** symbols, 152 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
|
coff-z80.c | 151 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ 152 reloc_processing(relent, reloc, symbols, abfd, section) 157 asymbol **symbols, 165 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
|
/toolchain/binutils/binutils-2.25/gas/ |
obj.h | 27 void obj_emit_symbols (char **where, symbolS * symbols); 33 void obj_symbol_new_hook (symbolS * symbolP); 36 void obj_symbol_to_chars (char **where, symbolS * symbolP); 46 void (*frob_symbol) (symbolS *, int *); 51 bfd_vma (*s_get_size) (symbolS *); 52 void (*s_set_size) (symbolS *, bfd_vma); 53 bfd_vma (*s_get_align) (symbolS *); 54 void (*s_set_align) (symbolS *, bfd_vma); 55 int (*s_get_other) (symbolS *); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
quick.s | 4 ; To see that expressions with symbols are evaluated correctly.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
datal-1.s | 2 ! This is the most simple use; references to local symbols where it is
|
datal-2.s | 2 ! This is the most simple use; references to local symbols where it is
|
datal-3.s | 2 ! This is the next most simple use; references symbols defined in this file.
|
err-3.s | 5 ! resolvable differences between local symbols, but not in range for the
|
shift-1.s | 2 ! SHORI for local and external symbols. This is the 32-bit subset.
|
shift-2.s | 2 ! SHORI for local and external symbols. This is the 64-bit subset.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
asg.s | 1 * asg/eval test substitution symbols
|
macro.s | 29 * Subsripted substitution symbols
|