Home
last modified time | relevance | path

Searched defs:machoFile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/
Dmacho.go19 type machoFile struct { struct
20 macho *macho.File
31 func (f *machoFile) symbols() ([]Sym, error) {
81 func (f *machoFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
98 func (f *machoFile) text() (textStart uint64, text []byte, err error) {
108 func (f *machoFile) goarch() string {
130 func (f *machoFile) loadAddress() (uint64, error) {
137 func (f *machoFile) dwarf() (*dwarf.Data, error) {