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

  /toolchain/binutils/binutils-2.25/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
  /system/extras/simpleperf/
record_file.h 71 bool SeekFileEnd(uint64_t* file_end);
record_file_writer.cpp 136 bool RecordFileWriter::SeekFileEnd(uint64_t* file_end) {
146 *file_end = static_cast<uint64_t>(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 ?
  /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
  /bionic/linker/
linker_phdr.cpp 508 ElfW(Addr) file_end = file_start + phdr->p_filesz;
511 ElfW(Addr) file_length = file_end - file_page_start;
518 if (file_end > static_cast<size_t>(file_size_)) {
523 reinterpret_cast<void*>(file_end), file_size_);
    [all...]
  /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/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;
  /art/runtime/
dex_file_verifier.cc 197 const uint8_t* file_end = file_start + size_; local
198 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
1045 const uint8_t* file_end = begin_ + size_; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 989 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.25/bfd/
som.c     [all...]
  /system/keymaster/
android_keymaster_test.cpp 1758 istreambuf_iterator<char> file_end; local
    [all...]

Completed in 1484 milliseconds