Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFDynObjReader.cpp54 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), in isMyFormat()
77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), in readHeader()
112 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in readSymbols()
115 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in readSymbols()
DELFObjectReader.cpp67 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), in isMyFormat()
90 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), in readHeader()
131 pInput.fileOffset() + (*section)->offset(), (*section)->size()); in readSections()
261 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size()); in readSymbols()
263 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size()); in readSymbols()
284 uint32_t offset = pInput.fileOffset() + (*rs)->offset(); in readRelocations()
DGNUArchiveReader.cpp48 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), in isMyFormat()
77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(), in isThinArchive()
163 pArchiveFile.memArea()->request((pArchiveFile.fileOffset() + pFileOffset), in readMemberHeader()
246 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readSymbolTable()
259 (pArchive.getARFile().fileOffset() + in readSymbolTable()
305 pArchive.getARFile().memArea()->request((pArchive.getARFile().fileOffset() + in readStringTable()
318 (pArchive.getARFile().fileOffset() + in readStringTable()
424 uint32_t begin_offset = pArchive.getARFile().fileOffset() + in includeAllMembers()
DELFReader.cpp58 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readRegularSection()
319 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff, in readSectionHeaders()
341 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff, in readSectionHeaders()
358 pInput.fileOffset() + sh_offset, sh_size); in readSectionHeaders()
433 uint32_t offset = pInput.fileOffset() + symtab->offset() + in readSignature()
456 pInput.fileOffset() + strtab->offset(), strtab->size()); in readSignature()
490 pInput.fileOffset() + dynamic_sect->offset(), dynamic_sect->size()); in readDynamic()
493 pInput.fileOffset() + dynstr_sect->offset(), dynstr_sect->size()); in readDynamic()
567 uint64_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readRegularSection()
828 shdr_region = pInput.memArea()->request(pInput.fileOffset() + shoff, in readSectionHeaders()
[all …]
DArchive.cpp210 return m_SymTab[pSymIdx]->fileOffset; in getObjFileOffset()
DEhFrameReader.cpp125 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.cpp67 MemoryRegion* region = m_pInput->memArea()->request(m_pInput->fileOffset(), in SetUp()
111 m_pInput->fileOffset() + symtab_shdr->offset(), in TEST_F()
115 m_pInput->fileOffset() + strtab_shdr->offset(), in TEST_F()
133 uint64_t offset = m_pInput->fileOffset() + (*rs)->offset(); in TEST_F()
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h117 : name(pName), fileOffset(pOffset), status(pStatus) in Symbol()
125 uint32_t fileOffset; member
/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/
DMCLDInput.h99 off_t fileOffset() const in fileOffset() function
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp114 if (0 != pInput.fileOffset() || !pCheck) { in setContext()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp449 offset = convSession->output.fromCloseSession.fileOffset;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp863 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()