HomeSort by relevance Sort by last modified time
    Searched refs:macho (Results 76 - 93 of 93) sorted by null

1 2 34

  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 181 "debug/macho",
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
asm.go 161 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
170 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 419 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
428 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm64/
asm.go 161 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
170 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 419 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
428 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 278 config/obj-macho.c \
289 config/obj-macho.h \
  /external/libvpx/libvpx/build/make/
configure.sh     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
Makefile.am 129 od-xcoff.c od-macho.c \
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
asm.go 430 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
439 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 366 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
375 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
asm.go 430 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
439 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 366 ld.Errorf(s, "reloc %d to non-macho symbol %s type=%d", r.Type, rs.Name, rs.Type)
375 ld.Errorf(s, "reloc %d to symbol %s in non-macho section %s type=%d", r.Type, rs.Name, rs.Sect.Name, rs.Type)
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 238 "debug/macho": {"L4", "OS", "debug/dwarf"},
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 238 "debug/macho": {"L4", "OS", "debug/dwarf"},
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go 10 "debug/macho"
288 if f, err := macho.Open(obj); err == nil {
    [all...]
gcc.go 14 "debug/macho"
455 // zero-filled section (our debug/macho doesn't support
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
out.go 10 "debug/macho"
288 if f, err := macho.Open(obj); err == nil {
    [all...]
gcc.go 14 "debug/macho"
455 // zero-filled section (our debug/macho doesn't support
    [all...]

Completed in 1104 milliseconds

1 2 34