HomeSort by relevance Sort by last modified time
    Searched full:dupok (Results 26 - 50 of 90) sorted by null

12 3 4

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
armv6.s 7 TEXT foo(SB), DUPOK|NOSPLIT, $0
mips.s 10 TEXT foo(SB),DUPOK|NOSPLIT,$0
mips64.s 10 TEXT foo(SB),DUPOK|NOSPLIT,$0
amd64enc_extra.s 10 TEXT asmtest(SB),DUPOK|NOSPLIT,$0
arm64.s 11 TEXT foo(SB), DUPOK|NOSPLIT, $-8
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
doc.go 62 // 1<<0 dupok
  /prebuilts/go/darwin-x86/src/cmd/link/internal/objfile/
objfile.go 169 dupok := flags&1 != 0
194 if s.Type != sym.SBSS && s.Type != sym.SNOPTRBSS && !dupok && !s.Attr.DuplicateOK() {
206 if dupok {
322 if !dupok {
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64.s 11 TEXT foo(SB), DUPOK|NOSPLIT, $0
armv6.s 7 TEXT foo(SB), DUPOK|NOSPLIT, $0
mips.s 10 TEXT foo(SB),DUPOK|NOSPLIT,$0
mips64.s 10 TEXT foo(SB),DUPOK|NOSPLIT,$0
amd64enc_extra.s 10 TEXT asmtest(SB),DUPOK|NOSPLIT,$0
arm64.s 11 TEXT foo(SB), DUPOK|NOSPLIT, $-8
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
doc.go 62 // 1<<0 dupok
  /prebuilts/go/linux-x86/src/cmd/link/internal/objfile/
objfile.go 169 dupok := flags&1 != 0
194 if s.Type != sym.SBSS && s.Type != sym.SNOPTRBSS && !dupok && !s.Attr.DuplicateOK() {
206 if dupok {
322 if !dupok {
  /toolchain/binutils/binutils-2.27/binutils/
resres.c 631 rc_uint_type language, int dupok)
639 res_append_resource (&resources, r, 3, a, dupok);
648 int cids, const rc_res_id *ids, int dupok)
721 if (dupok)
windres.c 326 caller is expected to initialize. If DUPOK is non-zero, then if a
333 const rc_res_id *ids, int dupok)
405 if (dupok)
426 rc_res_id name, rc_uint_type language, int dupok)
435 return define_resource (resources, 3, a, dupok);
  /prebuilts/go/darwin-x86/src/cmd/internal/goobj/
read.go 27 DupOK bool // are duplicate definitions okay?
544 s.DupOK = flags&1 != 0
  /prebuilts/go/linux-x86/src/cmd/internal/goobj/
read.go 27 DupOK bool // are duplicate definitions okay?
544 s.DupOK = flags&1 != 0
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 139 // TEXT foo(SB), DUPOK|NOSPLIT, $0
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 139 // TEXT foo(SB), DUPOK|NOSPLIT, $0
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 1079 // Normally we emit the s·f stubs as DUPOK syms,
1080 // but DUPOK doesn't work across shared library boundaries.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/
ldelf.go 1049 // workaround that we set dupok.
1051 // set dupok generally. See http://codereview.appspot.com/5823055/
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 1079 // Normally we emit the s·f stubs as DUPOK syms,
1080 // but DUPOK doesn't work across shared library boundaries.
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
ldelf.go 1049 // workaround that we set dupok.
1051 // set dupok generally. See http://codereview.appspot.com/5823055/

Completed in 3109 milliseconds

12 3 4