/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
unwind-4.s | 56 # than sum of input sections
|
/external/libxml2/ |
check-xsddata-test-suite.py | 277 sections = node.xpathEval('string(section)') 280 nb_schemas_tests, node.lineNo(), sections)) 344 sections = node.xpathEval('section') 345 if verbose and sections != [] and level <= 0: 347 for section in sections: 358 if sections != []: 360 for section in sections:
|
/external/google-breakpad/src/common/linux/ |
dump_symbols.cc | 242 // Build a map of the ELF file's sections. 243 const Shdr* sections = local 246 const Shdr* section_names = sections + elf_header->e_shstrndx; 248 const Shdr* section = §ions[i]; 525 // Keeps track of which sections have been loaded so sections don't 580 std::set<string> loaded_sections_; // Tracks the Loaded ELF sections 605 const Shdr* sections = local 607 const Shdr* section_names = sections + elf_header->e_shstrndx; 619 sections, names, names_end [all...] |
/external/v8/src/wasm/ |
module-decoder.cc | 58 bool sections[kMaxModuleSectionCode]; local 59 memset(sections, 0, sizeof(sections)); 61 // Decode the module sections. 68 CheckForPreviousSection(sections, section, false); 69 sections[section] = true; 98 CheckForPreviousSection(sections, kDeclSignatures, true); 166 CheckForPreviousSection(sections, kDeclFunctions, true); 213 void CheckForPreviousSection(bool* sections, WasmSectionDeclCode section, 216 if (sections[section] == present) return [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
CitySelectionActivity.java | 382 // Make an educated guess at the expected number of sections. 384 final List<String> sections = new ArrayList<>(approximateSectionCount); local 389 sections.add("+"); 399 sections.add(city.getIndexString()); 403 sections.add(Utils.getGMTHourOffset(timezone, Utils.isPreL())); 410 mSectionHeaders = sections.toArray(new String[sections.size()]);
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 74 Finds the section ids of the sections that have the specified key:value 86 sections = self._client.get_all(cfg_name) 87 for section_id, section_cfg in sections.items(): 93 """Looks up values of options in sections that match the conditions. 108 sections = self._client.get_all(cfg_name) 109 for section_cfg in sections.values(): 178 sections = self._client.get_all("wireless") 180 for section_id in sections.keys(): 392 ids: A list of ids whose wifi-iface sections to be deleted. 407 """Deletes config sections that have the specified key:value pair [all...] |
/build/core/combo/ |
TARGET_linux-arm64.mk | 79 -ffunction-sections \ 80 -fdata-sections \
|
TARGET_linux-mips64.mk | 89 -ffunction-sections \ 90 -fdata-sections \
|
TARGET_linux-x86_64.mk | 90 -ffunction-sections \ 139 TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections
|
/external/iproute2/lib/ |
Android.mk | 41 LOCAL_LDFLAGS := -Wl,--no-gc-sections
|
/external/llvm/test/MC/ARM/ |
eh-link.s | 4 @ Test that the ARM_EXIDX sections point (Link) to the corresponding text 5 @ sections.
|
/external/llvm/test/MC/Mips/ |
elf_reginfo.s | 9 # Check for register information sections. 15 # CHECK_64: Sections [ 25 # CHECK_32: Sections [
|
mips-data-directives.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips32/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips32r2/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips32r3/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips32r5/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips64/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips64r2/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips64r3/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/mips64r5/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/external/llvm/test/MC/Mips/msa/ |
abiflags.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
|
/system/media/camera/docs/ |
ACameraMetadata.mako | 21 % for section in outer_namespace.sections:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mapsecs.d | 3 #name: ARM Mapping Symbols with multiple sections
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
gc-plt-relocs.d | 5 #ld: --gc-sections -T aarch64.ld --shared
|