/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.h | 67 /// Backend can put the data of the tables in SectionData directly
|
MipsGOT.cpp | 32 MipsGOTEntry::MipsGOTEntry(uint64_t pContent, SectionData* pParent)
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86GOT.cpp | 12 #include <mcld/LD/SectionData.h>
|
/frameworks/compile/mclinker/tools/mcld/lib/Core/ |
Linker.cpp | 147 mcld::SectionData* data = mBuilder->CreateSectionData(*sect);
|
/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 | 160 ISD.SectionData = getCurrentSectionData();
|
/external/aac/libAACenc/src/ |
dyn_bits.h | 160 SECTION_DATA* const RESTRICT sectionData,
|
qc_data.h | 171 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 617 ELFReader<64, true>::readRegularSection(Input& pInput, SectionData& pSD) const [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 114 StringRef SectionData; 120 Check(si->getContents(SectionData)); 125 (const uint8_t*)SectionData.begin());
|
/external/elfutils/libdwfl/ |
cu.c | 199 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
|
/external/llvm/tools/llvm-readobj/ |
ELFDumper.cpp | 517 if (opts::SectionData) { 521 W.printBinaryBlock("SectionData", Data);
|
COFFDumper.cpp | 710 if (opts::SectionData) { 714 W.printBinaryBlock("SectionData", Data); [all...] |
/frameworks/compile/mclinker/unittests/ |
LinkerTest.cpp | 376 SectionData* text_data = builder.CreateSectionData(*text); 414 SectionData* attr_data = builder.CreateSectionData(*attr);
|
/art/compiler/ |
elf_writer_mclinker.cc | 198 mcld::SectionData* text_sectiondata = ir_builder_->CreateSectionData(*text_section);
|
/external/elfutils/libdw/ |
dwarf_getlocation.c | 396 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-comdat.s | 50 @ CHECK: SectionData (
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
qc_main.c | 361 &qcOutChannel[ch].sectionData);
|
/external/llvm/include/llvm/MC/ |
MCAssembler.h | 675 // FIXME: Same concerns as with SectionData. 801 MCSectionData *SectionData; [all...] |
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 245 // get or create corresponding BSS SectionData 247 SectionData* bss_section = NULL; [all...] |
/external/llvm/test/MC/ELF/ |
cfi.s | 231 // CHECK-NEXT: SectionData (
|
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 380 // TODO: add SectionData for .dynamic section, and then we can get the correct [all...] |