OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:elfbind
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go
78
var
elfbind
int
var
174
if ctxt.DynlinkingGo() && bind == STB_GLOBAL &&
elfbind
== STB_LOCAL && x.Type == sym.STEXT {
187
} else if bind !=
elfbind
{
215
elfbind
= STB_LOCAL
218
elfbind
= STB_GLOBAL
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go
78
var
elfbind
int
var
174
if ctxt.DynlinkingGo() && bind == STB_GLOBAL &&
elfbind
== STB_LOCAL && x.Type == sym.STEXT {
187
} else if bind !=
elfbind
{
215
elfbind
= STB_LOCAL
218
elfbind
= STB_GLOBAL
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/link/internal/
ld.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/link/internal/
ld.a
[
all
...]
Completed in 402 milliseconds