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

  /external/syslinux/gpxe/src/image/
elf.c 124 Elf_Off phoff; local
142 for ( phoff = ehdr.e_phoff , phnum = ehdr.e_phnum ; phnum ;
143 phoff += ehdr.e_phentsize, phnum-- ) {
144 if ( phoff > image->len ) {
149 copy_from_user ( &phdr, image->data, phoff, sizeof ( phdr ) );
  /external/syslinux/efi/
wrapper.c 168 __uint64_t phoff = 0; local
200 phoff = e32_hdr.e_phoff;
213 phoff = e64_hdr.e_phoff;
229 if (!phoff || !phnum) {
246 fseek(f_in, phoff + i * phentsize, SEEK_SET);
261 fseek(f_in, phoff + i * phentsize, SEEK_SET);
  /external/elfutils/libdwfl/
elf-from-memory.c 122 GElf_Off phoff; local
137 phoff = ehdr.e32.e_phoff;
149 phoff = ehdr.e64.e_phoff;
168 if ((size_t) nread >= phoff + phnum * phentsize)
170 xlatefrom.d_buf = buffer + phoff;
186 nread = (*read_memory) (arg, buffer, ehdr_vma + phoff,
dwfl_segment_report_module.c 341 GElf_Off phoff; local
368 phoff = ehdr.e32.e_phoff;
381 phoff = ehdr.e64.e_phoff;
406 start + phoff, xlatefrom.d_size))
561 && likely (filesz_offset >= phoff + phnum * phentsize))
  /external/toybox/toys/posix/
file.c 52 off_t phoff, shoff; local
100 phoff = elf_int(toybuf+28+4*bits, 4+4*bits);
117 char *phdr = map+phoff+i*phentsize;
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 275 var phoff int64
293 phoff = int64(hdr.Phoff)
312 phoff = int64(hdr.Phoff)
328 off := phoff + int64(i)*int64(phentsize)
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 275 var phoff int64
293 phoff = int64(hdr.Phoff)
312 phoff = int64(hdr.Phoff)
328 off := phoff + int64(i)*int64(phentsize)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 355 phoff uint64
509 ehdr.phoff = ELF64HDRSIZE /* Must be be ELF64HDRSIZE: first PHdr must follow ELF header */
535 ehdr.phoff = ELF32HDRSIZE
694 out.Write64(ehdr.phoff)
712 out.Write32(uint32(ehdr.phoff))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 355 phoff uint64
509 ehdr.phoff = ELF64HDRSIZE /* Must be be ELF64HDRSIZE: first PHdr must follow ELF header */
535 ehdr.phoff = ELF32HDRSIZE
694 out.Write64(ehdr.phoff)
712 out.Write32(uint32(ehdr.phoff))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/
ldelf.go 193 Phoff [4]uint8
235 Phoff [8]uint8
303 phoff uint64
508 elfobj.phoff = e.Uint64(hdr.Phoff[:])
522 elfobj.phoff = uint64(e.Uint32(hdr.Phoff[:]))
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
ldelf.go 193 Phoff [4]uint8
235 Phoff [8]uint8
303 phoff uint64
508 elfobj.phoff = e.Uint64(hdr.Phoff[:])
522 elfobj.phoff = uint64(e.Uint32(hdr.Phoff[:]))
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 360 milliseconds