Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.h53 struct stat* file_stat, off64_t file_offset,
Dlinker_phdr.cpp149 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() argument
155 file_offset_ = file_offset; in Read()
866 ssize_t file_offset = 0; in phdr_table_serialize_gnu_relro() local
882 MAP_PRIVATE|MAP_FIXED, fd, file_offset); in phdr_table_serialize_gnu_relro()
886 file_offset += size; in phdr_table_serialize_gnu_relro()
924 size_t file_offset = 0; in phdr_table_map_gnu_relro() local
938 char* file_base = static_cast<char*>(temp_mapping) + file_offset; in phdr_table_map_gnu_relro()
943 if (file_size - file_offset < size) { in phdr_table_map_gnu_relro()
978 file_offset += size; in phdr_table_map_gnu_relro()
Dlinker.cpp297 struct stat* file_stat, off64_t file_offset, in soinfo_alloc() argument
306 file_offset, rtld_flags); in soinfo_alloc()
943 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile() argument
997 *file_offset = entry.offset; in open_library_in_zipfile()
1021 const char* name, off64_t* file_offset, in open_library_on_paths() argument
1032 fd = open_library_in_zipfile(zip_archive_cache, buf, file_offset, realpath); in open_library_on_paths()
1038 *file_offset = 0; in open_library_on_paths()
1057 off64_t* file_offset, std::string* realpath) { in open_library() argument
1065 fd = open_library_in_zipfile(zip_archive_cache, name, file_offset, realpath); in open_library()
1071 *file_offset = 0; in open_library()
[all …]
Dlinker_phdr.h45 bool Read(const char* name, int fd, off64_t file_offset, off64_t file_size);
Dlinker_soinfo.cpp50 const struct stat* file_stat, off64_t file_offset, in soinfo() argument
64 this->file_offset_ = file_offset; in soinfo()
Dlinker_soinfo.h209 off64_t file_offset, int rtld_flags);