HomeSort by relevance Sort by last modified time
    Searched defs:file_end (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.cpp 296 ELF::Addr file_end = file_start + phdr->p_filesz; local
299 ELF::Addr file_length = file_end - file_page_start;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_loader.cpp 290 ELF::Addr file_end = file_start + phdr->p_filesz; local
293 ELF::Addr file_length = file_end - file_page_start;
  /system/keymaster/
google_keymaster_test.cpp 857 istreambuf_iterator<char> file_end; local
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 219 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/
dwfl_segment_report_module.c 262 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;
  /ndk/sources/host-tools/make-3.81/
file.c 344 register struct file **file_end;
355 file_end = file_slot + files.ht_size;
356 for ( ; file_slot < file_end; file_slot++)
639 struct file **file_end;
653 file_end = file_slot_0 + files.ht_fill;
654 for (file_slot = file_slot_0; file_slot < file_end; file_slot++)
342 register struct file **file_end; local
636 struct file **file_end; local
  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.cpp 291 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); local
297 if (file_end > offset)
298 bytes_left = file_end - offset;
  /art/runtime/
dex_file_verifier.cc 193 const byte* file_end = file_start + size_; local
194 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
815 const byte* file_end = begin_ + size_; local
819 if (UNLIKELY(ptr_ >= file_end)) {
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 983 file_end(struct file *file) function
    [all...]

Completed in 308 milliseconds