Searched defs:file_offset (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 147 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read() 884 size_t* file_offset) { in phdr_table_serialize_gnu_relro() 932 size_t* file_offset) { in phdr_table_map_gnu_relro()
|
D | linker.cpp | 279 const struct stat* file_stat, off64_t file_offset, in soinfo_alloc() 884 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile() 964 const char* path, off64_t* file_offset, in open_library_at_path() 989 const char* name, off64_t* file_offset, in open_library_on_paths() 1010 off64_t* file_offset, std::string* realpath) { in open_library() 1040 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable() 1076 off64_t file_offset, in find_loaded_library_by_inode() 1134 off64_t file_offset = task->get_file_offset(); in load_library() local 1288 off64_t file_offset = 0; in load_library() local 1315 off64_t file_offset; in load_library() local
|
D | linker_main.cpp | 275 off64_t file_offset; in load_executable() local
|
D | linker_soinfo.cpp | 215 const struct stat* file_stat, off64_t file_offset, in soinfo()
|