HomeSort by relevance Sort by last modified time
    Searched refs:orphan (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
orphan-5.d 1 #name: Report warning for orphan sections
2 #ld: --script orphan.ld --orphan-handling=warn
3 #source: orphan.s
4 #warning_output: orphan-5.l
orphan-6.d 1 #name: Report error for orphan sections
2 #ld: --script orphan.ld --orphan-handling=error
3 #source: orphan.s
4 #error_output: orphan-6.l
orphan-7.d 1 #name: Discard orphan sections
2 #ld: --script orphan.ld --orphan-handling=discard
3 #source: orphan.s
4 #map: orphan-7.map
orphan-8.d 1 #name: Place orphan sections
2 #ld: --script orphan.ld --orphan-handling=place
3 #source: orphan.s
4 #map: orphan-8.map
orphan-6.l 2 .*error: unplaced orphan section `\.notbad' from `tmpdir/.*\.o'\.
4 .*error: unplaced orphan section `\.note\.bar' from `tmpdir/.*\.o'\.
orphan-5.l 2 .*warning: orphan section `\.notbad' from `tmpdir/.*\.o' being placed in section `\.notbad'\.
4 .*warning: orphan section `\.note\.bar' from `tmpdir/.*\.o' being placed in section `\.note\.bar'\.
orphan.d 1 #source: orphan.s
2 #ld: -T orphan.ld
6 # if not using elf32.em, you don't get fancy orphan handling
orphan-region.d 1 #source: orphan-region.s
2 #ld: -T orphan-region.ld -N -z stack-size=0
7 # if not using elf32.em, you don't get fancy orphan handling
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
empty-orphan.d 1 #source: empty-orphan.s
2 #ld: -T empty-orphan.t
empty-orphan.exp 1 # Make sure orphan sections do not lead to huge output files.
32 set testname "empty-orphan"
34 run_dump_test empty-orphan
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
reloc.d 1 # Test that orphan reloc sections are placed before .rel.plt even when
combreloc.d 1 # Test that orphan reloc sections are merged into .rel.dyn with
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
reloc.d 1 # Test that orphan reloc sections are placed before .rela.plt even when
  /external/strace/
print_sg_req_info.c 57 ", orphan=%hhd"
63 info.orphan,
  /external/icu/icu4c/source/i18n/
region.cpp 133 allRegions->addElement(newRegion.orphan(),status);
138 allRegions->addElement(newRegion.orphan(),status);
152 allRegions->addElement(newRegion.orphan(),status);
157 allRegions->addElement(newRegion.orphan(),status);
163 allRegions->addElement(regionName.orphan(),status);
197 void* idStrAlias = (void*)&(r->idStr); // about to orphan 'r'. Save this off.
198 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership
213 uhash_put(newRegionAliases.getAlias(),(void *)aliasFromStr.orphan(), (void *)aliasToRegion,&status);
218 aliasFromRegion = newRgn.orphan();
241 aliasFromRegion->preferredValues = newPreferredValues.orphan();
    [all...]
collationroot.cpp 68 t.orphan(); // The rootSingleton took ownership of the tailoring.
udateintervalformat.cpp 56 return (UDateIntervalFormat*)formatter.orphan();
  /external/icu/icu4c/source/common/
ulistformatter.cpp 32 return (UListFormatter*)listfmt.orphan();
uloc_keytype.cpp 143 keyMapEntry.adoptInstead(ures_getNextResource(keyMapRes.getAlias(), keyMapEntry.orphan(), &sts));
186 typeAliasResByKey.orphan();
193 bcpTypeAliasResByKey.orphan();
207 typeMapEntry.adoptInstead(ures_getNextResource(typeMapResByKey.getAlias(), typeMapEntry.orphan(), &sts));
312 typeAliasDataEntry.adoptInstead(ures_getNextResource(typeAliasResByKey.getAlias(), typeAliasDataEntry.orphan(), &sts));
362 bcpTypeAliasDataEntry.adoptInstead(ures_getNextResource(bcpTypeAliasResByKey.getAlias(), bcpTypeAliasDataEntry.orphan(), &sts));
filteredbrk.cpp 255 fText.adoptInstead(fDelegate->getUText(fText.orphan(), status));
521 strs.adoptInstead(ures_getNextResource(breaks.getAlias(), strs.orphan(), &subStatus));
677 return new SimpleFilteredSentenceBreakIterator(adopt.orphan(), forwardsPartialTrie.orphan(), backwardsTrie.orphan(), status);
693 return (U_SUCCESS(status))? ret.orphan(): NULL;
700 return (U_SUCCESS(status))? ret.orphan(): NULL;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
orph-d-awp.d 9 # An orphan section (.tm_clone_table) would attach after the register
  /external/syslinux/diag/geodsp/
Makefile 29 NASMOPT += -w+orphan-labels
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 121 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member in struct:sg_req_info
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLFilterImplTest.java 57 private XMLFilterImpl orphan = new XMLFilterImpl(); field in class:XMLFilterImplTest
114 orphan.setFeature("foo", false);
139 orphan.setProperty("foo", "bar");
199 orphan.parse(is);
225 orphan.parse("foo");
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
move_to_front.h 290 // Inserts node in the tree. The node must be an orphan.
457 const uint32_t orphan = RemoveNode(it->second); local
458 (void)orphan;
461 assert(!IsInTree(orphan));
462 assert(ValueOf(orphan) == value);
700 // Orphan |node| and reconnect parent and child.
715 const uint32_t orphan = node; local
762 return orphan;

Completed in 631 milliseconds

1 2 3 4