Home
last modified time | relevance | path

Searched refs:fileOffset (Results 1 – 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFDynObjReader.cpp57 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(), in isMyFormat()
84 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(), in readHeader()
118 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in readSymbols()
121 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in readSymbols()
DELFObjectReader.cpp72 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(), in isMyFormat()
102 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(), in readHeader()
142 pInput.fileOffset() + (*section)->offset(), (*section)->size()); in readSections()
301 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in readSymbols()
303 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in readSymbols()
322 uint32_t offset = pInput.fileOffset() + (*rs)->offset(); in readRelocations()
DGNUArchiveReader.cpp52 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN); in isMyFormat()
81 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN); in isThinArchive()
166 pArchiveFile.memArea()->request((pArchiveFile.fileOffset() + pFileOffset), in readMemberHeader()
277 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readSymbolTable()
289 (pArchive.getARFile().fileOffset() + in readSymbolTable()
320 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readStringTable()
333 (pArchive.getARFile().fileOffset() + in readStringTable()
449 uint32_t begin_offset = pArchive.getARFile().fileOffset() + in includeAllMembers()
DELFReader.cpp59 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readRegularSection()
356 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff, in readSectionHeaders()
377 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff, in readSectionHeaders()
394 pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()
459 uint32_t offset = pInput.fileOffset() + symtab->offset() + in readSignature()
482 pInput.fileOffset() + strtab->offset(), strtab->size()); in readSignature()
511 pInput.fileOffset() + dynamic_sect->offset(), dynamic_sect->size()); in readDynamic()
514 pInput.fileOffset() + dynstr_sect->offset(), dynstr_sect->size()); in readDynamic()
584 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readRegularSection()
877 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff, in readSectionHeaders()
[all …]
DArchive.cpp208 return m_SymTab[pSymIdx]->fileOffset; in getObjFileOffset()
DEhFrameReader.cpp134 uint64_t file_off = pInput.fileOffset() + section.offset(); in read()
/frameworks/base/libs/androidfw/
DObbFile.cpp165 off64_t fileOffset = fileLength - footerSize - kFooterTagSize; in parseObbFile() local
166 if (lseek64(fd, fileOffset, SEEK_SET) != fileOffset) { in parseObbFile()
167 ALOGW("seek %lld failed: %s\n", fileOffset, strerror(errno)); in parseObbFile()
171 mFooterStart = fileOffset; in parseObbFile()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp71 llvm::StringRef region = m_pInput->memArea()->request(m_pInput->fileOffset(), in SetUp()
114 m_pInput->fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in TEST_F()
117 m_pInput->fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in TEST_F()
132 uint64_t offset = m_pInput->fileOffset() + (*rs)->offset(); in TEST_F()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h112 : name(pName), fileOffset(pOffset), status(pStatus) in Symbol()
120 uint32_t fileOffset; member
/frameworks/compile/mclinker/lib/Script/
DScriptReader.cpp45 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size); in readScript()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.h54 off64_t fileOffset; member
DFwdLockConv.c1233 pOutput->fromCloseSession.fileOffset = TOP_HEADER_SIZE + in FwdLockConv_CloseSession()
1305 } else if (fpLSeekFunc(outputFileDesc, output.fromCloseSession.fileOffset, in FwdLockConv_ConvertOpenFile()
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h103 off_t fileOffset() const in fileOffset() function
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp114 if (0 != pInput.fileOffset() || !pCheck) { in setContext()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp377 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
386 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp450 offset = convSession->output.fromCloseSession.fileOffset;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp507 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp974 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()