Searched refs:fileOffset (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjReader.cpp54 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
112 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size());
115 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size());
H A DELFObjectReader.cpp67 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
90 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
131 pInput.fileOffset() + (*section)->offset(), (*section)->size());
288 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size());
290 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size());
311 uint32_t offset = pInput.fileOffset() + (*rs)->offset();
H A DGNUArchiveReader.cpp48 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
163 pArchiveFile.memArea()->request((pArchiveFile.fileOffset() + pFileOffset),
246 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() +
259 (pArchive.getARFile().fileOffset() +
305 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() +
318 (pArchive.getARFile().fileOffset() +
424 uint32_t begin_offset = pArchive.getARFile().fileOffset() +
H A DELFReader.cpp58 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
371 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
393 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff,
410 pInput.fileOffset() + sh_offset, sh_size);
485 uint32_t offset = pInput.fileOffset() + symtab->offset() +
508 pInput.fileOffset() + strtab->offset(), strtab->size());
542 pInput.fileOffset() + dynamic_sect->offset(), dynamic_sect->size());
545 pInput.fileOffset() + dynstr_sect->offset(), dynstr_sect->size());
619 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset();
927 shdr_region = pInput.memArea()->request(pInput.fileOffset()
[all...]
H A DArchive.cpp210 return m_SymTab[pSymIdx]->fileOffset;
H A DEhFrameReader.cpp131 uint64_t file_off = pInput.fileOffset() + section.offset();
/frameworks/base/libs/androidfw/
H A DObbFile.cpp165 off64_t fileOffset = fileLength - footerSize - kFooterTagSize; local
166 if (lseek64(fd, fileOffset, SEEK_SET) != fileOffset) {
167 ALOGW("seek %lld failed: %s\n", fileOffset, strerror(errno));
171 mFooterStart = fileOffset;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.h54 off64_t fileOffset; member in struct:FwdLockConv_CloseSession_Output
H A DFwdLockConv.c1233 pOutput->fromCloseSession.fileOffset = TOP_HEADER_SIZE +
1305 } else if (fpLSeekFunc(outputFileDesc, output.fromCloseSession.fileOffset,
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp69 MemoryRegion* region = m_pInput->memArea()->request(m_pInput->fileOffset(),
113 m_pInput->fileOffset() + symtab_shdr->offset(),
117 m_pInput->fileOffset() + strtab_shdr->offset(),
135 uint64_t offset = m_pInput->fileOffset() + (*rs)->offset();
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h117 : name(pName), fileOffset(pOffset), status(pStatus)
125 uint32_t fileOffset; member in struct:mcld::Archive::Symbol
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h99 off_t fileOffset() const function in class:mcld::Input
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp114 if (0 != pInput.fileOffset() || !pCheck) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp449 offset = convSession->output.fromCloseSession.fileOffset;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp427 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp950 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();

Completed in 239 milliseconds