Searched defs:file_end (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp296 ELF::Addr file_end = file_start + phdr->p_filesz; local
299 ELF::Addr file_length = file_end - file_page_start;
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc219 int file_end, query_end; local
223 file_end = query_end = ref_separator;
226 file_end = query_end = path_end;
233 file_end = query_separator;
240 if (file_end != path.begin)
241 *filepath = MakeRange(path.begin, file_end);
629 int file_end = path.end(); local
632 file_end = i;
639 for (int i = file_end - 1; i >= path.begin; i--) {
642 *file_name = MakeRange(i + 1, file_end);
[all...]
/external/elfutils/0.153/libdwfl/
H A Ddwfl_segment_report_module.c262 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
390 if (file_end < filesz_offset)
392 file_end = filesz_offset;
394 contiguous = file_end;
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp291 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); local
297 if (file_end > offset)
298 bytes_left = file_end - offset;
/external/libpng/contrib/tools/
H A Dpngfix.c983 file_end(struct file *file) function
3526 return file_end(&control->file);

Completed in 1509 milliseconds