HomeSort by relevance Sort by last modified time
    Searched refs:SectionData (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 72 /// Backend can put the data of the tables in SectionData directly
114 bool readSection(Input& pInput, SectionData& pSD);
AArch64LDBackend.cpp 320 SectionData* sd = (*sect)->getSectionData();
321 for (SectionData::iterator it = sd->begin(), ie = sd->end(); it != ie;
490 SectionData* prev = NULL;
495 SectionData* sd = (*island).begin()->getParent();
536 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) {
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 57 @ CHECK: SectionData (
76 @ CHECK: SectionData (
95 @ CHECK: SectionData (
darwin-Thumb-reloc.s 58 @ CHECK: SectionData (
77 @ CHECK: SectionData (
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 235 static SectionData* CreateSectionData(LDSection& pSection);
270 static SectionData* CreateBSS(LDSection& pSection);
295 /// AppendFragment - To append pFrag to the given SectionData pSD.
309 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 14 #include "mcld/LD/SectionData.h"
181 const SectionData* getSectionData() const { return m_pSectionData; }
182 SectionData* getSectionData() { return m_pSectionData; }
240 SectionData* m_pSectionData;
245 // However, don't forget we need to handle the Fragments inside SectionData
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 24 HexagonPLT0::HexagonPLT0(SectionData& pParent)
28 HexagonPLT1::HexagonPLT1(SectionData& pParent)
80 SectionData::iterator frag, fragEnd = m_pSectionData->end();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 95 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent) = 0;
231 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
249 virtual Fragment* createEntry(uint64_t pValue, SectionData* pParent);
MipsLDBackend.h 73 /// Backend can put the data of the tables in SectionData directly
92 bool readSection(Input& pInput, SectionData& pSD);
262 void moveSectionData(SectionData& pFrom, SectionData& pTo);
MipsLDBackend.cpp 282 const SectionData* sect_data = pSection.getSectionData();
283 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
448 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) {
598 // get or create corresponding BSS SectionData
599 SectionData* bss_sect_data = NULL;
605 SectionData* tbss_sect_data = NULL;
872 SectionData* prev = NULL;
877 SectionData* sd = (*island).begin()->getParent();
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-save.s 94 @ CHECK: SectionData (
151 @ CHECK: SectionData (
207 @ CHECK: SectionData (
293 @ CHECK: SectionData (
339 @ CHECK: SectionData (
elf-movt.s 34 @ OBJ-NEXT: SectionData (
eh-directive-vsave.s 73 @ CHECK: SectionData (
126 @ CHECK: SectionData (
  /external/llvm/test/MC/Mips/
mips-pdr.s 26 # OBJOUT: SectionData (
nooddspreg-cmdarg.s 32 # CHECK-OBJ: SectionData (
nooddspreg.s 32 # CHECK-OBJ: SectionData (
oddspreg.s 54 # CHECK-OBJ-ALL: SectionData (
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 53 SectionData* data = m_Builder.CreateSectionData(*data_sect);
Android.mk 44 SectionData.cpp \
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 81 /// Backend can put the data of the tables in SectionData directly
134 bool readSection(Input& pInput, SectionData& pSD);
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 30 # STATIC-NEXT: SectionData (
71 # PIC-NEXT: SectionData (
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 18 #include "mcld/LD/SectionData.h"
284 SectionData* IRBuilder::CreateSectionData(LDSection& pSection) {
287 SectionData* sect_data = SectionData::Create(pSection);
320 SectionData* IRBuilder::CreateBSS(LDSection& pSection) {
325 SectionData* sect_data = SectionData::Create(pSection);
360 /// AppendFragment - To append pFrag to the given SectionData pSD
361 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD) {
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 16 #include "mcld/LD/SectionData.h"
77 SectionData* data = NULL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 202 BYTE SectionData[1];
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 175 if (S.SectionData.binary_size() > 0) {
178 S.Header.SizeOfRawData = S.SectionData.binary_size();
450 S.SectionData.writeAsBinary(OS);
451 assert(S.Header.SizeOfRawData >= S.SectionData.binary_size());
452 OS << num_zeros(S.Header.SizeOfRawData - S.SectionData.binary_size());

Completed in 517 milliseconds

1 2 3 45 6