HomeSort by relevance Sort by last modified time
    Searched full:sectiondata (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /external/llvm/test/MC/COFF/
module-asm.ll 26 ; CHECK-NEXT: SectionData (
seh-section.s 19 // CHECK-NEXT: SectionData (
  /external/llvm/test/MC/ELF/
cfi-signal-frame.s 25 // CHECK-NEXT: SectionData (
debug-line.s 17 // CHECK-NEXT: SectionData (
debug-line2.s 18 // CHECK-NEXT: SectionData (
global-offset.s 25 // CHECK-NEXT: SectionData (
leb128.s 23 // CHECK-NEXT: SectionData (
n_bytes.s 23 // CHECK-NEXT: SectionData (
relax.s 28 // CHECK-NEXT: SectionData (
  /external/llvm/test/MC/Mips/
sym-offset.ll 16 ; CHECK: SectionData (
  /external/llvm/test/MC/PowerPC/
ppc-llong.s 24 # CHECK-NEXT: SectionData (
ppc-word.s 24 # CHECK-NEXT: SectionData (
ppc64-fixup-apply.s 74 # CHECK-NEXT: SectionData (
96 # CHECK-NEXT: SectionData (
ppc64-initial-cfa.s 25 # STATIC-NEXT: SectionData (
63 # PIC-NEXT: SectionData (
  /external/llvm/test/Object/
yaml2obj-elf-section-basic.yaml 33 # CHECK: SectionData (
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 65 ArrayRef<uint8_t> sectionData;
66 Obj.getSectionContents(Sect, sectionData);
67 Sec.SectionData = object::yaml::BinaryRef(sectionData);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 25 class SectionData;
105 const SectionData* getSectionData() const { return m_pSectionData; }
106 SectionData* getSectionData() { return m_pSectionData; }
149 SectionData* m_pSectionData;
ELFObjectWriter.h 27 class SectionData;
115 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
ELFReaderIf.h 30 class SectionData;
69 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;
  /frameworks/compile/mclinker/unittests/
SectionDataTest.h 15 class SectionData;
  /external/elfutils/libdw/
dwarf_getaranges.c 92 if (dbg->sectiondata[IDX_debug_aranges] == NULL)
101 if (dbg->sectiondata[IDX_debug_aranges]->d_buf == NULL)
108 = (const char *) dbg->sectiondata[IDX_debug_aranges]->d_buf;
109 const char *readendp = readp + dbg->sectiondata[IDX_debug_aranges]->d_size;
158 if (offset + 4 > dbg->sectiondata[IDX_debug_info]->d_size)
200 const char *cu_header = (dbg->sectiondata[IDX_debug_info]->d_buf
212 >= dbg->sectiondata[IDX_debug_info]->d_size)
dwarf_offdie.c 68 if (offset >= dbg->sectiondata[IDX_debug_info]->d_size)
78 result->addr = (char *) dbg->sectiondata[IDX_debug_info]->d_buf + offset;
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 66 X86_32DynPLT0(SectionData& pParent);
72 X86_32DynPLT1(SectionData& pParent);
78 X86_32ExecPLT0(SectionData& pParent);
84 X86_32ExecPLT1(SectionData& pParent);
93 X86_64PLT0(SectionData& pParent);
99 X86_64PLT1(SectionData& pParent);
138 SectionData::iterator m_Last;
  /external/llvm/docs/
yaml2obj.rst 30 SectionData:
155 SectionData: {type: str}
  /external/llvm/test/MC/ARM/
elf-movt.s 34 @ OBJ-NEXT: SectionData (
55 @ OBJ-NEXT: SectionData (

Completed in 1684 milliseconds

1 23 4 5 6 7 8 9