Home
last modified time | relevance | path

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

/system/ulib/elfload/
A Delf-load.c136 uintptr_t file_start, uintptr_t file_end, size_t partial_page) { in finish_load_segment() argument
145 return zx_vmar_map(vmar, options, start_offset, vmo, file_start, size, in finish_load_segment()
148 const size_t file_size = file_end - file_start; in finish_load_segment()
154 file_start, file_size, &start); in finish_load_segment()
217 uintptr_t file_start = (uintptr_t)ph->p_offset; in load_segment() local
218 uintptr_t file_end = file_start + ph->p_filesz; in load_segment()
220 file_start &= -PAGE_SIZE; in load_segment()
225 const size_t data_size = data_end - file_start; in load_segment()
230 file_start, file_end, partial_page); in load_segment()
235 file_start, data_size, &writable_vmo); in load_segment()
[all …]

Completed in 2 milliseconds