/frameworks/compile/mclinker/lib/LD/ |
D | ELFDynObjReader.cpp | 57 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()
|
D | ELFObjectReader.cpp | 72 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()
|
D | GNUArchiveReader.cpp | 52 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()
|
D | ELFReader.cpp | 59 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 …]
|
D | Archive.cpp | 208 return m_SymTab[pSymIdx]->fileOffset; in getObjFileOffset()
|
D | EhFrameReader.cpp | 134 uint64_t file_off = pInput.fileOffset() + section.offset(); in read()
|
/frameworks/base/libs/androidfw/ |
D | ObbFile.cpp | 165 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/ |
D | ELFReaderTest.cpp | 71 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/ |
D | Archive.h | 112 : name(pName), fileOffset(pOffset), status(pStatus) in Symbol() 120 uint32_t fileOffset; member
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptReader.cpp | 45 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size); in readScript()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
D | FwdLockConv.h | 54 off64_t fileOffset; member
|
D | FwdLockConv.c | 1233 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/ |
D | Input.h | 103 off_t fileOffset() const in fileOffset() function
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputBuilder.cpp | 114 if (0 != pInput.fileOffset() || !pCheck) { in setContext()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 377 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/ |
D | FwdLockEngine.cpp | 450 offset = convSession->output.fromCloseSession.fileOffset;
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 507 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 974 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset(); in readSection()
|