Home
last modified time | relevance | path

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

/external/chromium_org/url/third_party/mozilla/
Durl_parse.cc219 int file_end, query_end; in ParsePath() local
223 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() local
632 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 …]
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp291 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); in DoReadMemory() local
297 if (file_end > offset) in DoReadMemory()
298 bytes_left = file_end - offset; in DoReadMemory()
/external/elfutils/0.153/libdwfl/
Ddwfl_segment_report_module.c262 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() local
390 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()
/external/chromium_org/components/nacl/loader/nonsfi/
Delf_loader.cc197 ElfW(Addr) file_end = file_start + phdr.p_filesz; in LoadSegments()
204 file_end - file_page_start, in LoadSegments()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_loader.cpp296 ELF::Addr file_end = file_start + phdr->p_filesz; in LoadSegments() local
299 ELF::Addr file_length = file_end - file_page_start; in LoadSegments()
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
Dx86masm.pl119 sub ::file_end
Dx86nasm.pl118 sub ::file_end
Dx86asm.pl237 { &file_end();
Dx86gas.pl158 sub ::file_end
/external/openssl/crypto/perlasm/
Dx86masm.pl117 sub ::file_end
Dx86nasm.pl116 sub ::file_end
Dx86asm.pl211 { &file_end();
Dx86gas.pl151 sub ::file_end
/external/openssl/crypto/bf/asm/
Dbf-686.pl25 &file_end();
/external/libpng/contrib/tools/
Dpngfix.c983 file_end(struct file *file) in file_end() function
3526 return file_end(&control->file); in control_end()