/aosp_15_r20/build/soong/third_party/zip/ |
H A D | reader.go | 70 func NewReader(r io.ReaderAt, size int64) (*Reader, error) { 389 func readDirectoryEnd(r io.ReaderAt, size int64) (dir *directoryEnd, err error) { 448 func findDirectory64End(r io.ReaderAt, directoryEndOffset int64) (int64, error) { 473 func readDirectory64End(r io.ReaderAt, offset int64, d *directoryEnd) (err error) {
|
/aosp_15_r20/build/soong/symbol_inject/ |
H A D | symbol_inject.go | 31 func OpenFile(r io.ReaderAt) (*File, error) { 101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) { 184 func DumpSymbols(r io.ReaderAt) error {
|
H A D | pe.go | 25 func peSymbolsFromFile(r io.ReaderAt) (*File, error) { 76 func dumpPESymbols(r io.ReaderAt) error {
|
H A D | macho.go | 29 func machoSymbolsFromFile(r io.ReaderAt) (*File, error) { 76 func dumpMachoSymbols(r io.ReaderAt) error {
|
H A D | elf.go | 58 func elfSymbolsFromFile(r io.ReaderAt) (*File, error) { 131 func dumpElfSymbols(r io.ReaderAt) error {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/ |
D | reader.go | 106 func NewReader(r io.ReaderAt, size int64) (*Reader, error) { 567 func readDirectoryEnd(r io.ReaderAt, size int64) (dir *directoryEnd, baseOffset int64, err error) { 649 func findDirectory64End(r io.ReaderAt, directoryEndOffset int64) (int64, error) { 674 func readDirectory64End(r io.ReaderAt, offset int64, d *directoryEnd) (err error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | file.go | 81 io.ReaderAt anonMember 129 io.ReaderAt anonMember 229 func NewFile(r io.ReaderAt) (*File, error) {
|
D | fat.go | 46 func NewFatFile(r io.ReaderAt) (*FatFile, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/buildinfo/ |
D | buildinfo.go | 84 func Read(r io.ReaderAt) (*BuildInfo, error) { 110 func readRawBuildInfo(r io.ReaderAt) (vers, mod string, err error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/plan9obj/ |
D | file.go | 63 io.ReaderAt anonMember 141 func NewFile(r io.ReaderAt) (*File, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/ |
D | file.go | 96 io.ReaderAt anonMember 199 io.ReaderAt anonMember 278 func NewFile(r io.ReaderAt) (*File, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/ |
D | file.go | 32 io.ReaderAt anonMember 157 func NewFile(r io.ReaderAt) (*File, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ |
D | io.go | 230 type ReaderAt interface { interface 486 func NewSectionReader(r ReaderAt, off int64, n int64) *SectionReader {
|
/aosp_15_r20/build/soong/cmd/host_bionic_verify/ |
H A D | host_bionic_verify.go | 59 func checkElf(r io.ReaderAt, linker *elf.File) error {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/saferio/ |
D | io.go | 67 func ReadDataAt(r io.ReaderAt, n uint64, off int64) ([]byte, error) {
|
/aosp_15_r20/build/soong/elf/ |
H A D | elf.go | 43 func elfIdentifierFromReaderAt(r io.ReaderAt, filename string, allowMissing bool) (string, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
D | plan9x.go | 24 func GoSyntax(inst Inst, pc uint64, symname func(uint64) (string, uint64), text io.ReaderAt) string…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
D | elf.go | 21 func openElf(r io.ReaderAt) (rawFile, error) {
|
D | xcoff.go | 21 func openXcoff(r io.ReaderAt) (rawFile, error) {
|
D | plan9obj.go | 31 func openPlan9(r io.ReaderAt) (rawFile, error) {
|
D | pe.go | 21 func openPE(r io.ReaderAt) (rawFile, error) {
|
D | macho.go | 23 func openMacho(r io.ReaderAt) (rawFile, error) {
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | modify.go | 111 func (list *PatchList) Apply(in io.ReaderAt, out io.Writer) error {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
D | plan9x.go | 25 func GoSyntax(inst Inst, pc uint64, symname func(uint64) (string, uint64), text io.ReaderAt) string…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/ |
D | file.go | 72 func NewFile(r io.ReaderAt) (*File, error) {
|