Home
last modified time | relevance | path

Searched defs:file_offset (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp149 bool ElfReader::Read(const char* name, int fd, off64_t file_offset, off64_t file_size) { in Read()
842 size_t* file_offset) { in phdr_table_serialize_gnu_relro()
890 size_t* file_offset) { in phdr_table_map_gnu_relro()
Dlinker.cpp334 const struct stat* file_stat, off64_t file_offset, in soinfo_alloc()
1000 off64_t* file_offset, std::string* realpath) { in open_library_in_zipfile()
1080 const char* path, off64_t* file_offset, in open_library_at_path()
1105 const char* name, off64_t* file_offset, in open_library_on_paths()
1126 off64_t* file_offset, std::string* realpath) { in open_library()
1172 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable()
1208 off64_t file_offset, in find_loaded_library_by_inode()
1264 off64_t file_offset = task->get_file_offset(); in load_library() local
1418 off64_t file_offset; in load_library() local
Dlinker_main.cpp270 off64_t file_offset; in load_executable() local
Dlinker_soinfo.cpp50 const struct stat* file_stat, off64_t file_offset, in soinfo()