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

  /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;
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 387 int file_end = i_size_read(inode) >> msblk->block_log; local
396 if (index < file_end || squashfs_i(inode)->fragment_block ==
408 bytes = index == file_end ?
  /bionic/linker/
linker_phdr.cpp 375 ElfW(Addr) file_end = file_start + phdr->p_filesz;
378 ElfW(Addr) file_length = file_end - file_page_start;
385 if (file_end >= static_cast<size_t>(file_size_)) {
390 reinterpret_cast<void*>(file_end), file_size_);
  /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;
  /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/boringssl/src/crypto/perlasm/
x86asm.pl 237 { &file_end();
x86gas.pl 158 sub ::file_end
x86masm.pl 119 sub ::file_end
x86nasm.pl 126 sub ::file_end
  /external/elfutils/src/libdwfl/
dwfl_segment_report_module.c 414 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
542 if (file_end < filesz_offset)
544 file_end = filesz_offset;
546 contiguous = file_end;
  /art/runtime/
dex_file_verifier.cc 193 const uint8_t* file_end = file_start + size_; local
194 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
842 const uint8_t* file_end = begin_ + size_; local
846 if (UNLIKELY(ptr_ >= file_end)) {
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 983 file_end(struct file *file) function
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 998 int file_end = inode->data / block_size; local
1031 block->size = i == file_end ? inode->data & (block_size - 1) :
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 360 (file_end,
    [all...]
  /system/keymaster/
android_keymaster_test.cpp 1651 istreambuf_iterator<char> file_end; local
    [all...]

Completed in 3173 milliseconds