Searched defs:uint64 (Results 1 – 7 of 7) sorted by relevance
/build/soong/cmd/host_bionic_inject/ |
D | host_bionic_inject_test.go | 24 func prog(flags elf.ProgFlag, offset, addr, filesz, memsz uint64) *elf.Prog {
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 85 func InjectUint64Symbol(file *File, w io.Writer, symbol string, value uint64) error { 101 func copyAndInject(r io.ReaderAt, w io.Writer, offset uint64, buf []byte) (err error) {
|
/build/soong/third_party/zip/ |
D | writer.go | 430 func (b *writeBuf) uint64(v uint64) { argument
|
D | zip_test.go | 66 func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64…
|
D | reader.go | 523 func (b *readBuf) uint64() uint64 { func
|
/build/soong/finder/fs/ |
D | readdir.go | 194 func direntTypeToFileMode(typ uint64) (os.FileMode, bool) {
|
/build/soong/ui/tracer/ |
D | tracer.go | 47 Complete(name string, thread Thread, begin, end uint64)
|