Home
last modified time | relevance | path

Searched refs:filelength (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/util/
Ddisrom.pl34 my $filelength = $rom->length;
35 die "ROM image truncated (is $filelength, should be $romlength)\n"
36 if $filelength < $romlength;
/external/elfutils/libdw/
Ddwarf_getsrclines.c540 Dwarf_Word filelength; in read_srclines() local
543 get_uleb128 (filelength, linep, lineendp); in read_srclines()
567 new_file->info.length = filelength; in read_srclines()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc603 uint64 filelength = reader_->ReadUnsignedLEB128(lineptr, &len); in ReadHeader() local
606 mod_time, filelength); in ReadHeader()
772 const uint64 filelength = reader->ReadUnsignedLEB128(start, in ProcessOneOpcode() local
778 mod_time, filelength); in ProcessOneOpcode()
/external/elfutils/src/
Dreadelf.c6804 Dwarf_Word filelength; in print_debug_line_section() local
6807 get_uleb128 (filelength, linep, lineendp); in print_debug_line_section()
6811 diridx, (uint64_t) mtime, (uint64_t) filelength, in print_debug_line_section()