HomeSort by relevance Sort by last modified time
    Searched defs:filesz (Results 1 - 11 of 11) sorted by null

  /external/syslinux/gpxe/src/arch/i386/image/
pxe_image.c 77 size_t filesz = image->len; local
86 if ( filesz > ( 0xa0000 - 0x7c00 ) )
92 if ( ! filesz )
100 if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) {
107 memcpy_user ( buffer, 0, image->data, 0, filesz );
com32.c 199 size_t filesz, memsz; local
203 filesz = image->len;
204 memsz = filesz;
206 if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) {
213 memcpy_user ( buffer, 0, image->data, 0, filesz );
226 size_t filesz, memsz; local
234 filesz = 0;
237 if ( ( rc = prep_segment ( seg_userptr, filesz, memsz ) ) != 0 ) {
comboot.c 252 size_t filesz, memsz; local
259 filesz = image->len + 0x100;
265 if ( ( rc = prep_segment ( seg_userptr, filesz, memsz ) ) != 0 ) {
multiboot.c 365 size_t filesz; local
379 filesz = ( hdr->mb.load_end_addr ?
383 ( hdr->mb.bss_end_addr - hdr->mb.load_addr ) : filesz );
385 if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) {
392 memcpy_user ( buffer, 0, image->data, offset, filesz );
nbi.c 111 * @v filesz Length of initialised-data portion of the segment
117 userptr_t dest, size_t filesz, size_t memsz ){
120 if ( ( rc = prep_segment ( dest, filesz, memsz ) ) != 0 ) {
134 * @v filesz Length of initialised-data portion of the segment
140 userptr_t dest, size_t filesz,
142 memcpy_user ( dest, 0, image->data, offset, filesz );
159 size_t filesz,
165 size_t filesz; local
172 filesz = memsz = NBI_HEADER_LENGTH;
173 if ( ( rc = process ( image, offset, dest, filesz, memsz ) ) != 0
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.cc 150 size_t filesz = 0; local
159 filesz += size;
174 .Append(endianness(), addr_size_, filesz)
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 63 uint64_t filesz() const { return m_Filesz; } function in class:mcld::ELFSegment
  /external/elfutils/src/
strip.c 1427 GElf_Off filesz = (shdr_info[cnt].shdr.sh_type != SHT_NOBITS local
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 1114 size_t filesz = sizeof(Nhdr) + 8 + sizeof(prpsinfo) + local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.h 4510 filesz() const function in class:gold::Output_segment
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 420 milliseconds