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

  /toolchain/binutils/binutils-2.27/include/som/
lst.h 46 unsigned char file_end[4]; member in struct:som_external_lst_header
internal.h 202 unsigned int file_end; member in struct:som_lst_header
  /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 638 ElfW(Addr) file_end = file_start + phdr->p_filesz;
641 ElfW(Addr) file_length = file_end - file_page_start;
648 if (file_end > static_cast<size_t>(file_size_)) {
653 reinterpret_cast<void*>(file_end), file_size_);
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 257 { &file_end();
x86gas.pl 165 sub ::file_end
x86masm.pl 125 sub ::file_end
x86nasm.pl 133 sub ::file_end
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 425 GElf_Off file_end = 0; /* Rounded up to effective page size. */ local
553 if (file_end < filesz_offset)
555 file_end = filesz_offset;
557 contiguous = file_end;
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.cpp 439 istreambuf_iterator<char> file_end; local
440 return string(file_begin, file_end);
  /art/libdexfile/dex/
dex_file_verifier.cc 297 const uint8_t* file_end = file_start + size_; local
298 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
1334 const uint8_t* file_end = begin_ + size_; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 988 file_end(struct file *file) function
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 1003 int file_end = inode->data / block_size; local
1036 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...]
  /toolchain/binutils/binutils-2.27/bfd/
som.c     [all...]
  /system/keymaster/tests/
android_keymaster_test.cpp 1630 istreambuf_iterator<char> file_end; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 6554 static bool file_end(void *closure, const void *hd, upb_status *status) { function
    [all...]

Completed in 928 milliseconds