OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:machineStrings
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/debug/elf/
elf.go
248
var
machineStrings
= []intName{
300
func (i Machine) String() string { return stringName(uint32(i),
machineStrings
, false) }
301
func (i Machine) GoString() string { return stringName(uint32(i),
machineStrings
, true) }
[
all
...]
/prebuilts/go/linux-x86/src/debug/elf/
elf.go
248
var
machineStrings
= []intName{
300
func (i Machine) String() string { return stringName(uint32(i),
machineStrings
, false) }
301
func (i Machine) GoString() string { return stringName(uint32(i),
machineStrings
, true) }
[
all
...]
Completed in 722 milliseconds