Searched refs:filelength (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/util/ |
D | disrom.pl | 34 my $filelength = $rom->length; 35 die "ROM image truncated (is $filelength, should be $romlength)\n" 36 if $filelength < $romlength;
|
/external/elfutils/libdw/ |
D | dwarf_getsrclines.c | 540 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/ |
D | dwarf2reader.cc | 603 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/ |
D | readelf.c | 6804 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()
|