Searched refs:getOrCreateOutputSectHdr (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFFileFormat.cpp | 70 f_pTextSection = &pLinker.getOrCreateOutputSectHdr(".text", in initObjectFormat() 75 f_pNULLSection = &pLinker.getOrCreateOutputSectHdr("", in initObjectFormat() 79 f_pReadOnlySection = &pLinker.getOrCreateOutputSectHdr(".rodata", in initObjectFormat() 85 f_pBSSSection = &pLinker.getOrCreateOutputSectHdr(".bss", in initObjectFormat() 90 f_pComment = &pLinker.getOrCreateOutputSectHdr(".comment", in initObjectFormat() 95 f_pDataSection = &pLinker.getOrCreateOutputSectHdr(".data", in initObjectFormat() 100 f_pData1 = &pLinker.getOrCreateOutputSectHdr(".data1", in initObjectFormat() 105 f_pDebug = &pLinker.getOrCreateOutputSectHdr(".debug", in initObjectFormat() 110 f_pInit = &pLinker.getOrCreateOutputSectHdr(".init", in initObjectFormat() 115 f_pInitArray = &pLinker.getOrCreateOutputSectHdr(".init_array", in initObjectFormat() [all …]
|
D | ELFDynObjFileFormat.cpp | 20 f_pDynSymTab = &pLinker.getOrCreateOutputSectHdr(".dynsym", in initObjectType() 25 f_pDynStrTab = &pLinker.getOrCreateOutputSectHdr(".dynstr", in initObjectType() 30 f_pInterp = &pLinker.getOrCreateOutputSectHdr(".interp", in initObjectType() 35 f_pHashTab = &pLinker.getOrCreateOutputSectHdr(".hash", in initObjectType() 40 f_pDynamic = &pLinker.getOrCreateOutputSectHdr(".dynamic", in initObjectType() 45 f_pRelaDyn = &pLinker.getOrCreateOutputSectHdr(".rela.dyn", in initObjectType() 50 f_pRelaPlt = &pLinker.getOrCreateOutputSectHdr(".rela.plt", in initObjectType() 55 f_pRelDyn = &pLinker.getOrCreateOutputSectHdr(".rel.dyn", in initObjectType() 60 f_pRelPlt = &pLinker.getOrCreateOutputSectHdr(".rel.plt", in initObjectType() 65 f_pGOT = &pLinker.getOrCreateOutputSectHdr(".got", in initObjectType() [all …]
|
D | ELFObjectReader.cpp | 161 LDSection& output_bss = m_Linker.getOrCreateOutputSectHdr( in readSections()
|
D | ELFWriter.cpp | 253 LDSection& shstrtab = pLinker.getOrCreateOutputSectHdr(".shstrtab", in emitELF32ShStrTab() 293 LDSection& shstrtab = pLinker.getOrCreateOutputSectHdr(".shstrtab", in emitELF64ShStrTab()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 87 m_pEXIDX = &pLinker.getOrCreateOutputSectHdr(".ARM.exidx", in initTargetSections() 92 m_pEXTAB = &pLinker.getOrCreateOutputSectHdr(".ARM.extab", in initTargetSections() 97 m_pAttributes = &pLinker.getOrCreateOutputSectHdr(".ARM.attributes", in initTargetSections() 829 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr( in allocateCommonSymbols() 836 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr(".bss", in allocateCommonSymbols() 894 LDSection& out_sect = pLinker.getOrCreateOutputSectHdr(pInputSectHdr.name(), in readSection()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLinker.h | 138 LDSection& getOrCreateOutputSectHdr(const std::string& pName,
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 656 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr( in allocateCommonSymbols() 663 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr(".bss", in allocateCommonSymbols()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 513 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr( in allocateCommonSymbols() 520 bss_sect_hdr = &pLinker.getOrCreateOutputSectHdr(".bss", in allocateCommonSymbols()
|
/frameworks/compile/mclinker/lib/MC/ |
D | MCLinker.cpp | 450 LDSection& MCLinker::getOrCreateOutputSectHdr(const std::string& pName, in getOrCreateOutputSectHdr() function in MCLinker
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFReader.tcc | 214 LDSection& out_sect = pLinker.getOrCreateOutputSectHdr(pInputSectHdr.name(), in readRegularSection()
|