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

  /external/syslinux/gpxe/src/arch/i386/image/
eltorito.c 92 uint16_t load_segment; member in struct:eltorito_boot_entry
142 unsigned int load_segment = image->priv.ul; local
143 unsigned int load_offset = ( load_segment ? 0 : 0x7c00 );
153 if ( ( rc = call_bootsector ( load_segment, load_offset,
251 image, boot_entry->media_type, boot_entry->load_segment );
267 unsigned int load_segment; local
281 load_segment = boot_entry->load_segment;
282 buffer = real_to_user ( load_segment, ( load_segment ? 0 : 0x7c00 ) )
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
int13.h 238 uint16_t load_segment; member in struct:int13_cdrom_specification
  /external/valgrind/coregrind/m_ume/
macho.c 174 load_segment(int fd, vki_off_t offset, vki_off_t size, function
608 err = load_segment(fd, offset, size, segcmd, filename, out_info);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 319 // then the xnu kernel will bail out halfway through load_segment
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho_combine_dwarf.go 319 // then the xnu kernel will bail out halfway through load_segment

Completed in 192 milliseconds