HomeSort by relevance Sort by last modified time
    Searched full:ehsize (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldelf.go 179 Ehsize [2]uint8
221 Ehsize [2]uint8
290 ehsize uint32
389 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
403 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
elf.go 633 ehsize uint16
778 ehdr.ehsize = ELF64HDRSIZE /* Must be ELF64HDRSIZE */
795 ehdr.ehsize = ELF32HDRSIZE /* Must be ELF32HDRSIZE */
946 Thearch.Wput(ehdr.ehsize)
966 Thearch.Wput(ehdr.ehsize)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 176 Ehsize [2]uint8
218 Ehsize [2]uint8
287 ehsize uint32
386 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
400 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
elf.go 630 ehsize uint16
775 ehdr.ehsize = ELF64HDRSIZE /* Must be ELF64HDRSIZE */
792 ehdr.ehsize = ELF32HDRSIZE /* Must be ELF32HDRSIZE */
943 Thearch.Wput(ehdr.ehsize)
963 Thearch.Wput(ehdr.ehsize)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldelf.go 179 Ehsize [2]uint8
221 Ehsize [2]uint8
290 ehsize uint32
389 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
403 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
elf.go 633 ehsize uint16
778 ehdr.ehsize = ELF64HDRSIZE /* Must be ELF64HDRSIZE */
795 ehdr.ehsize = ELF32HDRSIZE /* Must be ELF32HDRSIZE */
946 Thearch.Wput(ehdr.ehsize)
966 Thearch.Wput(ehdr.ehsize)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 176 Ehsize [2]uint8
218 Ehsize [2]uint8
287 ehsize uint32
386 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
400 elfobj.ehsize = uint32(e.Uint16(hdr.Ehsize[:]))
elf.go 630 ehsize uint16
775 ehdr.ehsize = ELF64HDRSIZE /* Must be ELF64HDRSIZE */
792 ehdr.ehsize = ELF32HDRSIZE /* Must be ELF32HDRSIZE */
943 Thearch.Wput(ehdr.ehsize)
963 Thearch.Wput(ehdr.ehsize)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 202 Ehsize: uint16(off1),
272 Ehsize: uint16(off1),
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
objdumpext_test.go 202 Ehsize: uint16(off1),
272 Ehsize: uint16(off1),
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
objdumpext_test.go 218 Ehsize: uint16(off1),
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
objdumpext_test.go 218 Ehsize: uint16(off1),
  /external/elfutils/libdwfl/
relocate.c 544 size_t ehsize = gelf_fsize (relocated, ELF_T_EHDR, 1, EV_CURRENT);
545 if (unlikely (shdr->sh_offset < ehsize
546 || tshdr->sh_offset < ehsize))
ChangeLog 385 actually used ehsize, shentsize and phentsize.
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go     [all...]