Searched refs:file_offset (Results 1 - 6 of 6) sorted by relevance

/bionic/linker/
H A Dlinker_main.h49 struct stat* file_stat, off64_t file_offset,
H A Dlinker.cpp280 struct stat* file_stat, off64_t file_offset,
290 file_offset, rtld_flags);
928 off64_t* file_offset, std::string* realpath) {
982 *file_offset = entry.offset;
1006 const char* name, off64_t* file_offset,
1017 fd = open_library_in_zipfile(zip_archive_cache, buf, file_offset, realpath);
1023 *file_offset = 0;
1042 off64_t* file_offset, std::string* realpath) {
1050 fd = open_library_in_zipfile(zip_archive_cache, name, file_offset, realpath);
1056 *file_offset
279 soinfo_alloc(android_namespace_t* ns, const char* name, struct stat* file_stat, off64_t file_offset, uint32_t rtld_flags) argument
926 open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, const char* const input_path, off64_t* file_offset, std::string* realpath) argument
1005 open_library_on_paths(ZipArchiveCache* zip_archive_cache, const char* name, off64_t* file_offset, const std::vector<std::string>& paths, std::string* realpath) argument
1039 open_library(android_namespace_t* ns, ZipArchiveCache* zip_archive_cache, const char* name, soinfo *needed_by, off64_t* file_offset, std::string* realpath) argument
1117 find_loaded_library_by_inode(android_namespace_t* ns, const struct stat& file_stat, off64_t file_offset, bool search_linked_namespaces, soinfo** candidate) argument
1154 off64_t file_offset = task->get_file_offset(); local
1291 off64_t file_offset; local
[all...]
H A Dlinker_phdr.cpp149 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { argument
154 file_offset_ = file_offset;
842 ssize_t file_offset = 0;
858 MAP_PRIVATE|MAP_FIXED, fd, file_offset);
862 file_offset += size;
900 size_t file_offset = 0;
914 char* file_base = static_cast<char*>(temp_mapping) + file_offset;
919 if (file_size - file_offset < size) {
954 file_offset += size;
H A Dlinker_phdr.h45 bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size);
H A Dlinker_soinfo.h191 off64_t file_offset, int rtld_flags);
H A Dlinker_soinfo.cpp48 const struct stat* file_stat, off64_t file_offset,
62 this->file_offset_ = file_offset;
47 soinfo(android_namespace_t* ns, const char* realpath, const struct stat* file_stat, off64_t file_offset, int rtld_flags) argument

Completed in 670 milliseconds