/frameworks/compile/mclinker/lib/Target/X86/ |
X86GOT.cpp | 12 #include <mcld/LD/SectionData.h>
|
X86LDBackend.cpp | 184 // get or create corresponding BSS SectionData 186 SectionData* bss_section = NULL; [all...] |
/frameworks/compile/mclinker/tools/mcld/lib/Core/ |
Linker.cpp | 145 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 108 // create SectionData and ARMRelDynSection 336 // get or create corresponding BSS SectionData 337 SectionData* bss_data = NULL; 760 const SectionData* sect_data = pSection.getSectionData(); 761 SectionData::const_iterator frag_iter, frag_end = sect_data->end(); 848 SectionData* sd = IRBuilder::CreateSectionData(*m_pAttributes); 860 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) [all...] |
/external/llvm/lib/MC/ |
MachObjectWriter.cpp | 436 cast<MCSectionMachO>(it->SectionData->getSection()); 442 IndirectSymBase.insert(std::make_pair(it->SectionData, IndirectIndex)); 452 cast<MCSectionMachO>(it->SectionData->getSection()); 459 IndirectSymBase.insert(std::make_pair(it->SectionData, IndirectIndex)); [all...] |
MCMachOStreamer.cpp | 229 ISD.SectionData = getCurrentSectionData();
|
MCELFStreamer.cpp | 138 ISD.SectionData = getCurrentSectionData();
|
/external/aac/libAACenc/src/ |
dyn_bits.h | 160 SECTION_DATA* const RESTRICT sectionData,
|
qc_data.h | 169 SECTION_DATA sectionData;
|
aacenc.h | 148 AAC_ENC_WRITE_SEC_ERROR = 0x4200, /*!< Error writing sectionData. */
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReaderIf.cpp | 14 #include <mcld/LD/SectionData.h>
|
ELFReader.cpp | 14 #include <mcld/LD/SectionData.h> 56 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const 565 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 109 StringRef SectionData; 115 Check(si->getContents(SectionData)); 120 (const uint8_t*)SectionData.begin());
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 638 // get or create corresponding BSS SectionData 639 SectionData* bss_sect_data = NULL; 645 SectionData* tbss_sect_data = NULL; [all...] |
/external/elfutils/libdwfl/ |
cu.c | 199 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
|
/frameworks/compile/mclinker/unittests/ |
LinkerTest.cpp | 370 SectionData* text_data = builder.CreateSectionData(*text); 408 SectionData* attr_data = builder.CreateSectionData(*attr);
|
/external/elfutils/libdw/ |
dwarf_getlocation.c | 396 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
|
/external/llvm/test/Scripts/ |
coff-dump.py | 125 ('SectionData', ('ptr', 'PointerToRawData', ('blob', 'SizeOfRawData'))),
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
qc_main.c | 361 &qcOutChannel[ch].sectionData);
|
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 669 // FIXME: Same concerns as with SectionData. 795 MCSectionData *SectionData; [all...] |
/external/llvm/utils/yaml2obj/ |
yaml2obj.cpp | 491 } else if (KeyValue == "SectionData") { 496 YS.printError(Value, "SectionData must be a collection of pairs of" [all...] |
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 374 // TODO: add SectionData for .dynamic section, and then we can get the correct [all...] |