Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFDynObjReader.cpp55 pInput.memArea()->request(pInput.fileOffset(), hdr_size); in isMyFormat()
81 pInput.memArea()->request(pInput.fileOffset(), hdr_size); in readHeader()
111 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in readSymbols()
114 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in readSymbols()
DELFObjectReader.cpp72 pInput.memArea()->request(pInput.fileOffset(), hdr_size); in isMyFormat()
101 pInput.memArea()->request(pInput.fileOffset(), hdr_size); in readHeader()
138 pInput.fileOffset() + (*section)->offset(), (*section)->size()); in readSections()
294 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in readSymbols()
296 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in readSymbols()
312 uint32_t offset = pInput.fileOffset() + (*rs)->offset(); in readRelocations()
DGNUArchiveReader.cpp48 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN); in isMyFormat()
74 pInput.memArea()->request(pInput.fileOffset(), Archive::MAGIC_LEN); in isThinArchive()
157 (pArchiveFile.fileOffset() + pFileOffset), sizeof(Archive::MemberHeader)); in readMemberHeader()
265 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN), in readSymbolTable()
277 (pArchive.getARFile().fileOffset() + Archive::MAGIC_LEN + in readSymbolTable()
307 memory_area->request((pArchive.getARFile().fileOffset() + offset), in readStringTable()
319 memory_area->request((pArchive.getARFile().fileOffset() + offset + in readStringTable()
426 uint32_t begin_offset = pArchive.getARFile().fileOffset() + in includeAllMembers()
DELFReader.cpp56 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readRegularSection()
343 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize); in readSectionHeaders()
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize); in readSectionHeaders()
378 pInput.memArea()->request(pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()
438 uint32_t offset = pInput.fileOffset() + symtab->offset() + in readSignature()
460 pInput.fileOffset() + strtab->offset(), strtab->size()); in readSignature()
488 pInput.fileOffset() + dynamic_sect->offset(), dynamic_sect->size()); in readDynamic()
491 pInput.fileOffset() + dynstr_sect->offset(), dynstr_sect->size()); in readDynamic()
556 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readRegularSection()
837 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize); in readSectionHeaders()
[all …]
DArchive.cpp186 return m_SymTab[pSymIdx]->fileOffset; in getObjFileOffset()
DEhFrameReader.cpp128 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", (long long int)fileOffset, strerror(errno)); in parseObbFile()
171 mFooterStart = fileOffset; in parseObbFile()
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp69 m_pInput->memArea()->request(m_pInput->fileOffset(), hdr_size); in SetUp()
109 m_pInput->fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in TEST_F()
112 m_pInput->fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in TEST_F()
127 uint64_t offset = m_pInput->fileOffset() + (*rs)->offset(); in TEST_F()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h98 : name(pName), fileOffset(pOffset), status(pStatus) {} in Symbol()
104 uint32_t fileOffset; member
/frameworks/compile/mclinker/lib/Script/
DScriptReader.cpp47 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.c1234 pOutput->fromCloseSession.fileOffset = TOP_HEADER_SIZE + in FwdLockConv_CloseSession()
1306 } else if (fpLSeekFunc(outputFileDesc, output.fromCloseSession.fileOffset, in FwdLockConv_ConvertOpenFile()
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h89 off_t fileOffset() const { return m_fileOffset; } in fileOffset() function
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp107 if (pInput.fileOffset() != 0 || !pCheck) { in setContext()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp455 offset = convSession->output.fromCloseSession.fileOffset;
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp451 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
460 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp621 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp948 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()