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

  /external/google-breakpad/src/processor/
pathname_stripper.cc 45 string::size_type file_start = 0; local
48 file_start = slash + 1;
50 file_start = backslash + 1;
53 return path.substr(file_start);
  /external/syslinux/com32/gfxboot/
gfxboot.c 536 unsigned code_start, code_size, file_start, file_len, u; local
555 if(!(code_start = find_file(archive, archive_size, &file_start, &file_len, &code_size))) {
564 "file_start = 0x%x, file_len = 0x%x\n",
567 file_start, file_len
571 gfx_config.file = gfx_config.archive_start + file_start;
594 memcpy(lowmem, archive + file_start + code_start, code_size);
  /bionic/linker/
linker_phdr.cpp 637 ElfW(Addr) file_start = phdr->p_offset;
638 ElfW(Addr) file_end = file_start + phdr->p_filesz;
640 ElfW(Addr) file_page_start = PAGE_START(file_start);
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 283 const uint8_t* file_start = reinterpret_cast<const uint8_t*>(begin_); local
291 static_cast<size_t>(range_start - file_start),
297 const uint8_t* file_end = file_start + size_;
298 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
301 static_cast<size_t>(range_start - file_start),
302 static_cast<size_t>(range_end - file_start));
    [all...]
  /external/libchrome/base/
logging.h 257 BASE_EXPORT int GetVlogLevelHelper(const char* file_start, size_t N);
    [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 353 (file_start,
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 6547 static bool file_start(void *closure, const void *hd) { function
    [all...]

Completed in 567 milliseconds