Searched refs:file_offset (Results 1 – 8 of 8) sorted by relevance
/bionic/linker/ |
D | linker_phdr.h | 46 bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size); 135 ElfW(Addr) load_bias, int fd, size_t* file_offset); 138 ElfW(Addr) load_bias, int fd, size_t* file_offset);
|
D | linker.cpp | 279 const struct stat* file_stat, off64_t file_offset, in soinfo_alloc() argument 288 file_offset, rtld_flags); in soinfo_alloc() 884 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile() argument 938 *file_offset = entry.offset; in open_library_in_zipfile() 964 const char* path, off64_t* file_offset, in open_library_at_path() argument 968 fd = open_library_in_zipfile(zip_archive_cache, path, file_offset, realpath); in open_library_at_path() 974 *file_offset = 0; in open_library_at_path() 989 const char* name, off64_t* file_offset, in open_library_on_paths() argument 998 int fd = open_library_at_path(zip_archive_cache, buf, file_offset, realpath); in open_library_on_paths() 1010 off64_t* file_offset, std::string* realpath) { in open_library() argument [all …]
|
D | linker_phdr.cpp | 151 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() argument 157 file_offset_ = file_offset; in Read() 955 size_t* file_offset) { in phdr_table_serialize_gnu_relro() argument 973 MAP_PRIVATE|MAP_FIXED, fd, *file_offset); in phdr_table_serialize_gnu_relro() 977 *file_offset += size; in phdr_table_serialize_gnu_relro() 1003 size_t* file_offset) { in phdr_table_map_gnu_relro() argument 1030 char* file_base = static_cast<char*>(temp_mapping) + *file_offset; in phdr_table_map_gnu_relro() 1035 if (file_size - *file_offset < size) { in phdr_table_map_gnu_relro() 1059 PROT_READ, MAP_PRIVATE|MAP_FIXED, fd, *file_offset + match_offset); in phdr_table_map_gnu_relro() 1070 *file_offset += size; in phdr_table_map_gnu_relro()
|
D | linker_main.h | 53 const struct stat* file_stat, off64_t file_offset,
|
D | linker.h | 82 int open_executable(const char* path, off64_t* file_offset, std::string* realpath);
|
D | linker_main.cpp | 279 off64_t file_offset; in load_executable() local 280 android::base::unique_fd fd(open_executable(orig_path, &file_offset, &result.path)); in load_executable() 290 if (!elf_reader.Read(result.path.c_str(), fd.get(), file_offset, result.file_stat.st_size)) { in load_executable()
|
D | linker_soinfo.cpp | 215 const struct stat* file_stat, off64_t file_offset, in soinfo() argument 229 this->file_offset_ = file_offset; in soinfo()
|
D | linker_soinfo.h | 247 off64_t file_offset, int rtld_flags);
|