Searched refs:file_format (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp176 ELFFileFormat* file_format = getOutputFormat(pOutput); local
181 if (file_format->hasPreInitArray()) {
183 *(file_format->getPreInitArray().getSectionData()->begin()),
211 if (file_format->hasInitArray()) {
213 *(file_format->getInitArray().getSectionData()->begin()),
242 if (file_format->hasFiniArray()) {
244 *(file_format->getFiniArray().getSectionData()->begin()),
273 if (file_format->hasStack()) {
275 *(file_format->getStack().getSectionData()->begin()),
407 ELFFileFormat* file_format local
723 ELFFileFormat* file_format = getOutputFormat(pOutput); local
804 ELFFileFormat* file_format = getOutputFormat(pOutput); local
906 ELFFileFormat* file_format = getOutputFormat(pOutput); local
1129 const ELFFileFormat* file_format = getOutputFormat(pOutput); local
1371 ELFFileFormat *file_format = getOutputFormat(pOutput); local
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp113 ELFFileFormat* file_format = getOutputFormat(pOutput); local
115 LDSection& got = file_format->getGOT();
122 ELFFileFormat* file_format = getOutputFormat(pOutput); local
124 LDSection& gotplt = file_format->getGOTPLT();
159 ELFFileFormat* file_format = getOutputFormat(pOutput); local
161 LDSection& plt = file_format->getPLT();
162 LDSection& relplt = file_format->getRelPlt();
179 ELFFileFormat* file_format = getOutputFormat(pOutput); local
181 LDSection& reldyn = file_format->getRelDyn();
668 const ELFFileFormat* file_format local
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp141 const ELFFileFormat *file_format = getOutputFormat(pOutput); local
144 if (file_format->hasPLT()) {
153 if (file_format->hasGOT()) {
157 m_pGOT->applyGOT0(file_format->getDynamic().addr());
186 ELFFileFormat* file_format = getOutputFormat(pOutput); local
188 LDSection& got = file_format->getGOT();
222 ELFFileFormat* file_format = getOutputFormat(pOutput); local
225 LDSection& plt = file_format->getPLT();
226 LDSection& relplt = file_format->getRelPlt();
240 ELFFileFormat* file_format local
765 const ELFFileFormat* file_format = getOutputFormat(pOutput); local
924 const ELFFileFormat* file_format = getOutputFormat(pOutput); local
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp252 const ELFFileFormat* file_format = getOutputFormat(pOutput); local
254 if (&pSection == &(file_format->getGOT())) {
309 ELFFileFormat* file_format = getOutputFormat(pOutput); local
311 LDSection& symtab_sect = file_format->getDynSymTab();
312 LDSection& strtab_sect = file_format->getDynStrTab();
313 LDSection& hash_sect = file_format->getHashTab();
314 LDSection& dyn_sect = file_format->getDynamic();
419 dynamic().applyEntries(pLDInfo, *file_format);
484 const ELFFileFormat* file_format = getOutputFormat(pOutput); local
486 if (&pSectHdr == &file_format
841 ELFFileFormat* file_format = getOutputFormat(pOutput); local
875 ELFFileFormat* file_format = getOutputFormat(pOutput); local
[all...]

Completed in 1410 milliseconds