HomeSort by relevance Sort by last modified time
    Searched defs:sect (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/compile/mclinker/lib/Script/
UnaryOp.cpp 74 const LDSection* sect = NULL; local
77 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
86 assert(sect != NULL);
87 res->setValue(sect->addr());
96 const LDSection* sect = NULL; local
99 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
108 assert(sect != NULL);
109 res->setValue(sect->align())
173 const LDSection* sect = NULL; local
    [all...]
BinaryOp.cpp 248 SectOperand* sect = llvm::cast<SectOperand>(m_pOperand[0]); local
252 if (sect->name().compare("text-segment") == 0)
254 else if (sect->name().compare("data-segment") == 0)
256 else if (sect->name().compare("bss-segment") == 0)
259 addr = addressMap.find(sect->name());
  /external/llvm/tools/llvm-c-test/
object.c 23 LLVMSectionIteratorRef sect; local
37 sect = LLVMGetSections(O);
38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) {
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
42 LLVMMoveToNextSection(sect);
45 LLVMDisposeSectionIterator(sect);
55 LLVMSectionIteratorRef sect; local
70 sect = LLVMGetSections(O)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFSegmentFactory.cpp 54 ELFSegment::iterator sect, sectEnd = (*segment)->end(); local
55 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
56 if (*sect == pSection)
70 ELFSegment::const_iterator sect, sectEnd = (*segment)->end(); local
71 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
72 if (*sect == pSection
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
IdenticalCodeFolding.h 38 : sect(NULL), reloc_sect(NULL), obj(NULL)
41 : sect(pCode), reloc_sect(pReloc), obj(pInput)
49 LDSection* sect; member in class:mcld::IdenticalCodeFolding::FoldingCandidate
  /external/lldb/source/Symbol/
UnwindTable.cpp 50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); local
51 if (sect.get())
53 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true);
  /external/valgrind/main/coregrind/
m_addrinfo.c 48 VgSectKind sect; local
133 sect = VG_(DebugInfo_sect_kind)( &ai->Addr.SectKind.objname[0],
135 if (sect != Vg_SectUnknown) {
137 ai->Addr.SectKind.kind = sect;
  /frameworks/compile/mclinker/lib/Core/
Module.cpp 41 iterator sect, sectEnd = end(); local
42 for (sect = begin(); sect != sectEnd; ++sect) {
43 if ((*sect)->name() == pName)
44 return *sect;
51 const_iterator sect, sectEnd = end(); local
52 for (sect = begin(); sect != sectEnd; ++sect) {
    [all...]
  /external/oprofile/libutil++/
op_spu_bfd.cpp 60 asection const * sect; local
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
157 if (sect->flags & SEC_CODE) {
158 if (filepos_map[sect->name] != 0) {
159 cerr << "Found section \"" << sect->name
165 filepos_map[sect->name] = sect->filepos
    [all...]
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 153 SkDPoint sect = cubic.ptAtT(cubicT); local
154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
156 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
157 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
163 sect.distance(i.pt(0)), cubic[3].distance(prevL));
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 129 /*@dependent@*/ yasm_section *sect; local
249 && (sect = yasm_bc_get_section(precbc2))
250 && sect == sect2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 46 yasm_section *sect; member in struct:sectreloc
155 yasm_section *sect; local
168 sect = yasm_bc_get_section(bc);
169 if (!last_hist || last_hist->sect != sect) {
174 if (last_hist->sect == sect) {
183 last_hist->sect = sect;
184 last_hist->next_reloc = yasm_section_relocs_first(sect);
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 153 SkDPoint sect = cubic.ptAtT(cubicT); local
154 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) };
156 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
157 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
163 sect.distance(i.pt(0)), cubic[3].distance(prevL));
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 326 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); local
327 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
328 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nftl.h 38 int head,sect,cyl; member in struct:NFTLrecord

Completed in 472 milliseconds

1 2 3 4 5 6 7 8