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

  /external/google-breakpad/src/common/linux/
elfutils.h 44 struct ElfClass32 {
53 static const int kClass = ELFCLASS32;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldelf.go 44 ElfClass32 = 1
428 if e != binary.LittleEndian || elfobj.machine != ElfMachArm || hdr.Ident[4] != ElfClass32 {
446 if e != binary.LittleEndian || elfobj.machine != ElfMach386 || hdr.Ident[4] != ElfClass32 {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 41 ElfClass32 = 1
425 if e != binary.LittleEndian || elfobj.machine != ElfMachArm || hdr.Ident[4] != ElfClass32 {
443 if e != binary.LittleEndian || elfobj.machine != ElfMach386 || hdr.Ident[4] != ElfClass32 {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldelf.go 44 ElfClass32 = 1
428 if e != binary.LittleEndian || elfobj.machine != ElfMachArm || hdr.Ident[4] != ElfClass32 {
446 if e != binary.LittleEndian || elfobj.machine != ElfMach386 || hdr.Ident[4] != ElfClass32 {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 41 ElfClass32 = 1
425 if e != binary.LittleEndian || elfobj.machine != ElfMachArm || hdr.Ident[4] != ElfClass32 {
443 if e != binary.LittleEndian || elfobj.machine != ElfMach386 || hdr.Ident[4] != ElfClass32 {

Completed in 626 milliseconds