Lines Matching refs:pInput
35 bool ELFBinaryReader::isMyFormat(Input& pInput, bool& pContinue) const {
40 bool ELFBinaryReader::readBinary(Input& pInput) {
43 pInput, "", LDFileFormat::Null, llvm::ELF::SHT_NULL, 0x0);
47 m_Builder.CreateELFHeader(pInput,
54 size_t data_size = pInput.memArea()->size();
55 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
60 pInput, ".shstrtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);
63 m_Builder.CreateELFHeader(pInput,
70 m_Builder.AddSymbol(pInput,
81 std::string mangled_name = pInput.path().filename().native();
90 m_Builder.AddSymbol(pInput,
100 m_Builder.AddSymbol(pInput,
110 m_Builder.AddSymbol(pInput,
121 pInput, ".strtab", LDFileFormat::NamePool, llvm::ELF::SHT_STRTAB, 0x1);