HomeSort by relevance Sort by last modified time
    Searched refs:sections (Results 276 - 300 of 1023) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
sections.d 2 #name: c54x sections
6 Sections:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
gc-got-relocs.d 5 #ld: --gc-sections -T aarch64.ld
gc-tls-relocs.d 6 #ld: --gc-sections -T aarch64.ld
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
pic-gc-72.d 5 #ld: --shared -m crislinux --gc-sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-h8300/
gcsection.d 2 # ld: --gc-sections -m h8300helf
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
combreloc.d 1 # Test that orphan reloc sections are merged into .rel.dyn with
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-11.d 6 #ld: -m elf64mmix --gc-sections
bpo-9.d 5 #ld: -m elf64mmix --gc-sections
  /external/freetype/src/tools/docmaker/
content.py 347 self.sections = []
351 self.order = block.get_markup_words( "sections" )
407 self.sections = {} # dictionary of documentation sections
416 if not section_name in self.sections:
418 self.sections[section_name] = section
421 self.section = self.sections[section_name]
516 # process all sections to extract their abstract, description
519 for sec in self.sections.values():
522 # process chapters to check that all sections are correctl
    [all...]
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 168 sections = dict()
173 sections[name] = shdr
176 dynamic_shdr = sections.get('.dynamic')
180 dynstr_shdr = sections.get('.dynstr')
  /external/autotest/server/cros/network/
rf_switch_ap_box.py 66 for bss in ap_config_parser.sections():
  /external/google-breakpad/src/common/linux/
elfutils.h 91 const typename ElfClass::Shdr* sections,
  /external/swiftshader/src/Common/
Configurator.hpp 61 std::vector<Section> sections; member in class:sw::Configurator
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 48 const StringList& sections() const { function in struct:mcld::InputSectDesc::Spec
  /system/chre/build/arch/
hexagon.mk 59 TARGET_SO_LDFLAGS += --gc-sections
  /toolchain/binutils/binutils-2.27/gas/
debug.c 31 for (s = stdoutput->sections; s; s = s->next)
dw2gencfi.h 163 int sections; member in struct:fde_entry
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
elfarcv2.sc 4 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
8 # When adding sections, do note that the names of some sections are used
69 SDATA="/* We want the small data sections together, so single-instruction offsets
130 SECTIONS
142 /* Read-only sections, merged into text segment: */
202 /* .gnu.warning sections are handled specially by elf32.em. */
229 /* --gc-sections will delete empty .data. This leads to wrong start
230 addresses for subsequent sections because -Tdata= from the command
254 .bss section disappears because there are no input sections. *
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
unwind-4.s 39 @ than sum of input sections
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-5.s 9 # offsets in mergeable sections are handled correctly.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
relax_call26_boundary.s 3 # placement of the sections in the output.
  /toolchain/binutils/binutils-2.27/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:
  /system/bt/btif/src/
btif_config.cc 379 std::list<section_t>& btif_config_sections() { return config->sections; }
444 for (auto it = conf->sections.begin(); it != conf->sections.end();) {
455 it = conf->sections.erase(it);
504 for (auto it = config->sections.begin(); it != config->sections.end();) {
510 it = config->sections.erase(it);
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 69 static const char *sections[] = { "Speaker", "Comment for Dev1", local
74 fake_list["_devices/HiFi"] = sections;
228 const char *sections[] = { "Sec1", "Comment for Sec1", local
231 fake_list["Identifier"] = sections;
660 const char *sections[] = { "Sec1", "Comment for Sec1", "Sec2", local
665 fake_list["Identifier"] = sections;
677 const char *sections[] = { "Sec1 Suffix1", "Comment for Sec1", local
679 fake_list["Identifier"] = sections;
1119 struct ucm_section* sections; local
1271 struct ucm_section* sections; local
1300 struct ucm_section* sections; local
    [all...]

Completed in 661 milliseconds

<<11121314151617181920>>