Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Dmapfile.h25 typedef struct MapFile MapFile; typedef
40 mapfile_is_valid(MapFile* handle) in mapfile_is_valid()
56 extern MapFile* mapfile_open(const char* path, int oflag, int share_mode);
65 extern int mapfile_close(MapFile* handle);
74 extern ssize_t mapfile_read(MapFile* handle, void* buf, size_t nbyte);
83 extern ssize_t mapfile_read_at(MapFile* handle,
111 extern void* mapfile_map(MapFile* handle,
Dmapfile.c32 MapFile*
91 return (MapFile*)(ptrdiff_t)file_handle; in mapfile_open()
95 mapfile_close(MapFile* handle) in mapfile_close()
110 mapfile_read(MapFile* handle, void* buf, size_t nbyte) in mapfile_read()
132 mapfile_read_at(MapFile* handle, size_t offset, void* buf, size_t nbyte) in mapfile_read_at()
151 mapfile_map(MapFile* handle, in mapfile_map()
Delf_mapped_section.cc33 bool ElfMappedSection::map(MapFile* handle, in map()
Delf_mapped_section.h49 bool map(MapFile* handle, Elf_Xword offset, Elf_Word size);
Delf_file.cc44 elf_handle_((MapFile*)-1), in ElfFile()
96 MapFile* file_handle = mapfile_open(path, O_RDONLY | O_BINARY, 0); in Create()
Delf_file.h514 MapFile* elf_handle_;