Lines Matching defs:pLinker

69 void ELFFileFormat::initObjectFormat(MCLinker& pLinker)
71 f_pTextSection = &pLinker.getOrCreateOutputSectHdr(".text",
76 f_pNULLSection = &pLinker.getOrCreateOutputSectHdr("",
80 f_pReadOnlySection = &pLinker.getOrCreateOutputSectHdr(".rodata",
86 f_pBSSSection = &pLinker.getOrCreateOutputSectHdr(".bss",
91 f_pComment = &pLinker.getOrCreateOutputSectHdr(".comment",
96 f_pDataSection = &pLinker.getOrCreateOutputSectHdr(".data",
101 f_pData1 = &pLinker.getOrCreateOutputSectHdr(".data1",
106 f_pDebug = &pLinker.getOrCreateOutputSectHdr(".debug",
111 f_pInit = &pLinker.getOrCreateOutputSectHdr(".init",
116 f_pInitArray = &pLinker.getOrCreateOutputSectHdr(".init_array",
121 f_pFini = &pLinker.getOrCreateOutputSectHdr(".fini",
126 f_pFiniArray = &pLinker.getOrCreateOutputSectHdr(".fini_array",
131 f_pLine = &pLinker.getOrCreateOutputSectHdr(".line",
136 f_pPreInitArray = &pLinker.getOrCreateOutputSectHdr(".preinit_array",
143 f_pROData1 = &pLinker.getOrCreateOutputSectHdr(".rodata1",
148 f_pShStrTab = &pLinker.getOrCreateOutputSectHdr(".shstrtab",
156 f_pSymTab = &pLinker.getOrCreateOutputSectHdr(".symtab",
161 f_pStrTab = &pLinker.getOrCreateOutputSectHdr(".strtab",
166 f_pTBSS = &pLinker.getOrCreateOutputSectHdr(".tbss",
173 f_pTData = &pLinker.getOrCreateOutputSectHdr(".tdata",
182 f_pCtors = &pLinker.getOrCreateOutputSectHdr(".ctor",
187 f_pDataRelRo = &pLinker.getOrCreateOutputSectHdr(".data.rel.ro",
192 f_pDtors = &pLinker.getOrCreateOutputSectHdr(".dtors",
197 f_pEhFrame = &pLinker.getOrCreateOutputSectHdr(".eh_frame",
202 f_pGCCExceptTable = &pLinker.getOrCreateOutputSectHdr(".gcc_except_table",
207 f_pGNUVersion = &pLinker.getOrCreateOutputSectHdr(".gnu.version",
212 f_pGNUVersionD = &pLinker.getOrCreateOutputSectHdr(".gnu.version_d",
217 f_pGNUVersionR = &pLinker.getOrCreateOutputSectHdr(".gnu.version_r",
222 f_pJCR = &pLinker.getOrCreateOutputSectHdr(".jcr",
227 f_pStab = &pLinker.getOrCreateOutputSectHdr(".stab",
232 f_pStabStr = &pLinker.getOrCreateOutputSectHdr(".stabstr",