/frameworks/compile/mclinker/lib/LD/ |
SectionData.cpp | 1 //===- SectionData.cpp ----------------------------------------------------===// 9 #include <mcld/LD/SectionData.h> 18 typedef GCFactory<SectionData, MCLD_SECTIONS_PER_INPUT> SectDataFactory; 23 // SectionData 25 SectionData::SectionData() 29 SectionData::SectionData(LDSection &pSection) 33 SectionData* SectionData::Create(LDSection& pSection [all...] |
BranchIsland.cpp | 42 SectionData::iterator BranchIsland::begin() 47 SectionData::const_iterator BranchIsland::begin() const 52 SectionData::iterator BranchIsland::end() 59 SectionData::const_iterator BranchIsland::end() const 120 SectionData* sd = m_Entry.getParent();
|
/frameworks/compile/mclinker/include/mcld/LD/ |
SectionData.h | 1 //===- SectionData.h ------------------------------------------------------===// 27 /** \class SectionData 28 * \brief SectionData provides a container for all Fragments. 30 class SectionData 33 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>; 35 SectionData(); 36 explicit SectionData(LDSection &pSection); 38 SectionData(const SectionData &); // DO NOT IMPLEMENT 39 SectionData& operator=(const SectionData &); // DO NOT IMPLEMEN [all...] |
LDSection.h | 24 class SectionData; 101 /// constraint is set in SectionData::setAlignment. addr() contains the 153 // ----- SectionData ----- // 154 const SectionData* getSectionData() const { return m_Data.sect_data; } 155 SectionData* getSectionData() { return m_Data.sect_data; } 157 void setSectionData(SectionData* pSD) { m_Data.sect_data = pSD; } 191 SectionData* sect_data; 211 /// m_Data - the SectionData or RelocData of this section
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
dyn_bits.c | 275 noiselessCounter(SECTION_DATA *sectionData, 303 sectionData->noOfSections = 0; 304 sectionData->huffmanBits = 0; 305 sectionData->sideInfoBits = 0; 308 if (sectionData->maxSfbPerGroup == 0) 314 for (grpNdx=0; grpNdx<sectionData->sfbCnt; grpNdx+=sectionData->sfbPerGroup) { 316 sectionInfo = sectionData->sectionInfo + sectionData->noOfSections; 319 sectionData->maxSfbPerGroup [all...] |
bitenc.c | 42 SECTION_DATA *sectionData, 51 for(i=0; i<sectionData->noOfSections; i++) { 52 psectioninfo = &(sectionData->sectionInfo[i]); 96 SECTION_DATA *sectionData, 108 WriteBits(hBitStream,sectionData->maxSfbPerGroup,6); 115 WriteBits(hBitStream,sectionData->maxSfbPerGroup,4); 133 static Word32 encodeSectionData(SECTION_DATA *sectionData, 143 switch(sectionData->blockType) 158 for(i=0;i<sectionData->noOfSections;i++) { 159 WriteBits(hBitStream,sectionData->sectionInfo[i].codeBook,4) [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Fragment.h | 24 class SectionData; 44 Fragment(Type pKind, SectionData *pParent = NULL); 50 const SectionData* getParent() const { return m_pParent; } 51 SectionData* getParent() { return m_pParent; } 53 void setParent(SectionData *pValue) { m_pParent = pValue; } 74 SectionData* m_pParent;
|
NullFragment.h | 19 class SectionData; 28 NullFragment(SectionData* pSD = NULL);
|
TargetFragment.h | 19 class SectionData; 28 TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL)
|
FillFragment.h | 21 class SectionData; 27 SectionData* pSD = NULL);
|
/external/aac/libAACenc/src/ |
dyn_bits.cpp | 390 SECTION_DATA* const RESTRICT sectionData, 419 sectionData->noOfSections = 0; 420 sectionData->huffmanBits = 0; 421 sectionData->sideInfoBits = 0; 424 if (sectionData->maxSfbPerGroup == 0) 428 for (grpNdx = 0; grpNdx < sectionData->sfbCnt; grpNdx += sectionData->sfbPerGroup) 430 huffsection = sectionData->huffsection + sectionData->noOfSections; 434 sectionData->maxSfbPerGroup [all...] |
bitenc.cpp | 117 SECTION_DATA *sectionData, 124 for(i=0;i<sectionData->noOfSections;i++) 126 if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO) 129 INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt; 130 for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++) 134 sectionData->huffsection[i].codeBook, 235 static INT FDKaacEnc_encodeSectionData(SECTION_DATA *sectionData, 246 switch(sectionData->blockType) 261 for(i=0;i<sectionData->noOfSections;i++ [all...] |
/frameworks/compile/mclinker/include/mcld/Target/ |
PLT.h | 16 #include <mcld/LD/SectionData.h> 30 PLTEntryBase(SectionData& pParent) 59 typedef SectionData::iterator iterator; 60 typedef SectionData::const_iterator const_iterator; 69 Entry(SectionData& pParent) 100 SectionData* m_SectionData;
|
GOT.h | 16 #include <mcld/LD/SectionData.h> 34 typedef SectionData::iterator iterator; 35 typedef SectionData::const_iterator const_iterator; 44 Entry(uint64_t pValue, SectionData* pParent) 91 SectionData* m_SectionData;
|
/frameworks/compile/mclinker/unittests/ |
FragmentTest.cpp | 12 #include <mcld/LD/SectionData.h> 44 SectionData* s = SectionData::Create(*test); 54 // SectionData::Destroy(s); 59 SectionData* s = SectionData::Create(*test); 71 // SectionData::Destroy(s);
|
SectionDataTest.cpp | 11 #include <mcld/LD/SectionData.h> 46 SectionData* s = SectionData::Create(*test); 56 SectionData* s = SectionData::Create(*test);
|
/external/elfutils/libdw/ |
dwarf_getpubnames.c | 74 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; 76 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; 116 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size) 136 if (unlikely (dbg->sectiondata[IDX_debug_info] == NULL 137 || dbg->sectiondata[IDX_debug_info]->d_buf == NULL 139 >= dbg->sectiondata[IDX_debug_info]->d_size))) 143 = ((unsigned char *) dbg->sectiondata[IDX_debug_info]->d_buf 186 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL 188 >= dbg->sectiondata[IDX_debug_pubnames]->d_size))) 216 = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf [all...] |
dwarf_getstring.c | 68 if (dbg->sectiondata[IDX_debug_str] == NULL 69 || offset >= dbg->sectiondata[IDX_debug_str]->d_size) 76 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf 79 dbg->sectiondata[IDX_debug_str]->d_size - offset);
|
/frameworks/compile/mclinker/include/mcld/Object/ |
ObjectBuilder.h | 26 class SectionData; 73 static bool MoveSectionData(SectionData& pFrom, SectionData& pTo); 81 /// AppendFragment - To append pFrag to the given SectionData pSD. 92 static uint64_t AppendFragment(Fragment& pFrag, SectionData& pSD,
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectBuilder.cpp | 16 #include <mcld/LD/SectionData.h> 86 SectionData* data = NULL; 103 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo) 123 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); 124 SectionData::FragmentListType& to_list = pTo.getFragmentList(); 125 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); 146 /// AppendFragment - To append pFrag to the given SectionData pSD. 148 SectionData& pSD,
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86GOT.h | 20 class SectionData; 28 X86_32GOTEntry(uint64_t pContent, SectionData* pParent) 58 X86_64GOTEntry(uint64_t pContent, SectionData* pParent)
|
/external/llvm/test/MC/COFF/ |
align-nops.s | 32 //CHECK-NEXT: SectionData = 49 //CHECK-NEXT: SectionData =
|
/external/llvm/test/Object/Inputs/COFF/ |
i386.yaml | 8 SectionData: !hex "83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3" # |....D$.......$...............D$.....| 29 SectionData: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
|
x86-64.yaml | 8 SectionData: !hex "4883EC28C744242400000000488D0D00000000E800000000E8000000008B4424244883C428C3" # |H..(.D$$....H.................D$$H..(.| 29 SectionData: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonGOT.h | 20 class SectionData; 28 HexagonGOTEntry(uint64_t pContent, SectionData* pParent)
|