Searched refs:file_end (Results 1 – 15 of 15) sorted by relevance
219 int file_end, query_end; in ParsePath() local223 file_end = query_end = ref_separator; in ParsePath()226 file_end = query_end = path_end; in ParsePath()233 file_end = query_separator; in ParsePath()240 if (file_end != path.begin) in ParsePath()241 *filepath = MakeRange(path.begin, file_end); in ParsePath()629 int file_end = path.end(); in DoExtractFileName() local632 file_end = i; in DoExtractFileName()639 for (int i = file_end - 1; i >= path.begin; i--) { in DoExtractFileName()642 *file_name = MakeRange(i + 1, file_end); in DoExtractFileName()[all …]
291 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); in DoReadMemory() local297 if (file_end > offset) in DoReadMemory()298 bytes_left = file_end - offset; in DoReadMemory()
262 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local390 if (file_end < filesz_offset) in dwfl_segment_report_module()392 file_end = filesz_offset; in dwfl_segment_report_module()394 contiguous = file_end; in dwfl_segment_report_module()
197 ElfW(Addr) file_end = file_start + phdr.p_filesz; in LoadSegments()204 file_end - file_page_start, in LoadSegments()
296 ELF::Addr file_end = file_start + phdr->p_filesz; in LoadSegments() local299 ELF::Addr file_length = file_end - file_page_start; in LoadSegments()
119 sub ::file_end
118 sub ::file_end
237 { &file_end();
158 sub ::file_end
117 sub ::file_end
116 sub ::file_end
211 { &file_end();
151 sub ::file_end
25 &file_end();
983 file_end(struct file *file) in file_end() function3526 return file_end(&control->file); in control_end()