Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/
Dfile.go130 func (f *File) SectionByType(typ uint32) *Section { func
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Dfile.go267 func (f *File) SectionByType(typ SectionType) *Section { func