/build/soong/symbol_inject/ |
D | macho_symboldata_test.go | 34 …tionHeader{Name: "__text", Seg: "__TEXT", Addr: 0x100000f50, Size: 0x2e, Offset: 0xf50, Align: 0x4… 35 …tionHeader{Name: "__stubs", Seg: "__TEXT", Addr: 0x100000f7e, Size: 0x6, Offset: 0xf7e, Align: 0x1… 36 …der{Name: "__stub_helper", Seg: "__TEXT", Addr: 0x100000f84, Size: 0x1a, Offset: 0xf84, Align: 0x2… 37 …der{Name: "__unwind_info", Seg: "__TEXT", Addr: 0x100000fa0, Size: 0x48, Offset: 0xfa0, Align: 0x2… 38 …Header{Name: "__eh_frame", Seg: "__TEXT", Addr: 0x100000fe8, Size: 0x18, Offset: 0xfe8, Align: 0x3… 39 …r{Name: "__nl_symbol_ptr", Seg: "__DATA", Addr: 0x100001000, Size: 0x10, Offset: 0x1000, Align: 0x… 40 …er{Name: "__la_symbol_ptr", Seg: "__DATA", Addr: 0x100001010, Size: 0x8, Offset: 0x1010, Align: 0x… 41 …tionHeader{Name: "__data", Seg: "__DATA", Addr: 0x100001020, Size: 0x80, Offset: 0x1020, Align: 0x… 69 …tionHeader{Name: "__text", Seg: "__TEXT", Addr: 0x100000f30, Size: 0x4a, Offset: 0xf30, Align: 0x4… 70 …tionHeader{Name: "__stubs", Seg: "__TEXT", Addr: 0x100000f7a, Size: 0x6, Offset: 0xf7a, Align: 0x1… [all …]
|
D | elf_symboldata_test.go | 33 …elf.SectionHeader{Name: "", Type: elf.SHT_NULL, Flags: 0x0, Addr: 0x0, Offset: 0x0, Size: 0x0, Lin… 34 …".interp", Type: elf.SHT_PROGBITS, Flags: elf.SHF_ALLOC, Addr: 0x400238, Offset: 0x238, Size: 0x1c… 35 …note.ABI-tag", Type: elf.SHT_NOTE, Flags: elf.SHF_ALLOC, Addr: 0x400254, Offset: 0x254, Size: 0x20… 36 …elf.SectionHeader{Name: ".hash", Type: elf.SHT_HASH, Flags: elf.SHF_ALLOC, Addr: 0x400278, Offset:… 37 …: ".dynsym", Type: elf.SHT_DYNSYM, Flags: elf.SHF_ALLOC, Addr: 0x4002a0, Offset: 0x2a0, Size: 0x60… 38 …: ".dynstr", Type: elf.SHT_STRTAB, Flags: elf.SHF_ALLOC, Addr: 0x400300, Offset: 0x300, Size: 0x3e… 39 …ersion", Type: elf.SHT_GNU_VERSYM, Flags: elf.SHF_ALLOC, Addr: 0x40033e, Offset: 0x33e, Size: 0x8,… 40 …ion_r", Type: elf.SHT_GNU_VERNEED, Flags: elf.SHF_ALLOC, Addr: 0x400348, Offset: 0x348, Size: 0x20… 41 …: ".rela.dyn", Type: elf.SHT_RELA, Flags: elf.SHF_ALLOC, Addr: 0x400368, Offset: 0x368, Size: 0x30… 42 … elf.SHT_RELA, Flags: elf.SHF_ALLOC + elf.SHF_INFO_LINK, Addr: 0x400398, Offset: 0x398, Size: 0x18… [all …]
|
D | pe_test.go | 54 … ".text", VirtualSize: 0x15e83c, VirtualAddress: 0x1000, Size: 0x15ea00, Offset: 0x600, PointerToR… 55 …e: ".data", VirtualSize: 0x6a58, VirtualAddress: 0x160000, Size: 0x6c00, Offset: 0x15f000, Pointer… 74 …ame: ".text", VirtualSize: 0x1cc0, VirtualAddress: 0x1000, Size: 0x1e00, Offset: 0x600, PointerToR… 75 …r{Name: ".data", VirtualSize: 0xa0, VirtualAddress: 0x3000, Size: 0x200, Offset: 0x2400, PointerTo… 92 …ame: ".text", VirtualSize: 0x1cc0, VirtualAddress: 0x1000, Size: 0x1e00, Offset: 0x600, PointerToR… 93 …r{Name: ".data", VirtualSize: 0xa0, VirtualAddress: 0x3000, Size: 0x200, Offset: 0x2400, PointerTo… 94 …Name: ".rdata", VirtualSize: 0x5e0, VirtualAddress: 0x4000, Size: 0x600, Offset: 0x2600, PointerTo… 112 …ame: ".text", VirtualSize: 0x1cc0, VirtualAddress: 0x1000, Size: 0x1e00, Offset: 0x600, PointerToR… 113 …{Name: ".data", VirtualSize: 0x120, VirtualAddress: 0x3000, Size: 0x200, Offset: 0x2400, PointerTo…
|
D | pe.go | 55 Offset: uint64(section.Offset),
|
D | elf.go | 78 Offset: section.Offset,
|
D | macho.go | 53 Offset: uint64(section.Offset),
|
D | symbol_inject.go | 154 offset := symbol.Section.Offset + symbol.Addr 180 Offset uint64 // Offset into the file of the start of the section. member
|
D | pe_symboldata_test.go | 37 …ame: ".text", VirtualSize: 0x1cc0, VirtualAddress: 0x1000, Size: 0x1e00, Offset: 0x600, PointerToR… 38 …{Name: ".data", VirtualSize: 0x120, VirtualAddress: 0x3000, Size: 0x200, Offset: 0x2400, PointerTo… 39 …Name: ".rdata", VirtualSize: 0x5e0, VirtualAddress: 0x4000, Size: 0x600, Offset: 0x2600, PointerTo… 40 …Name: ".pdata", VirtualSize: 0x234, VirtualAddress: 0x5000, Size: 0x400, Offset: 0x2c00, PointerTo… 41 …Name: ".xdata", VirtualSize: 0x200, VirtualAddress: 0x6000, Size: 0x200, Offset: 0x3000, PointerTo… 42 …der{Name: ".bss", VirtualSize: 0x9b0, VirtualAddress: 0x7000, Size: 0x0, Offset: 0x0, PointerToRel… 43 …Name: ".idata", VirtualSize: 0x7c8, VirtualAddress: 0x8000, Size: 0x800, Offset: 0x3200, PointerTo… 44 …er{Name: ".CRT", VirtualSize: 0x68, VirtualAddress: 0x9000, Size: 0x200, Offset: 0x3a00, PointerTo… 45 …er{Name: ".tls", VirtualSize: 0x68, VirtualAddress: 0xa000, Size: 0x200, Offset: 0x3c00, PointerTo… 46 …debug_aranges", VirtualSize: 0x420, VirtualAddress: 0xb000, Size: 0x600, Offset: 0x3e00, PointerTo… [all …]
|
/build/blueprint/parser/ |
D | sort.go | 229 if c.Pos().Offset > e.pos.Offset && c.Pos().Offset < e.nextPos.Offset { 232 file.Comments[j].Comments[0].Slash.Offset += values[i].Pos().Offset - e.pos.Offset 236 curPos.Offset += e.nextPos.Offset - e.pos.Offset 274 return l[i].Pos().Offset < l[j].Pos().Offset
|
D | printer.go | 342 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Offset < pos.Offset { 449 if p.pos.Offset < comment.End().Offset {
|
D | parser_test.go | 28 Offset: offset, 1309 endOffset := nextPos[i].Offset - len(",\n") 1314 … property %s End() %s@%d, got %s@%d", cur.Name, endPos, endPos.Offset, cur.End(), cur.End().Offset)
|
D | ast.go | 493 pos.Offset += len(comment) + 1 569 pos.Offset += n
|
D | parser.go | 53 Offset: 0,
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 857 patchList.Add(item.Pos().Offset, item.End().Offset+2, "") 870 patchList.Add(prop.Pos().Offset, prop.End().Offset+2, "") 878 …patchList.Add(boolVariables.RBracePos.Offset, boolVariables.RBracePos.Offset, ","+boolValues.Strin… 880 patchList.Add(variables.RBracePos.Offset+2, variables.RBracePos.Offset+2, 993 pos := mod.LBracePos.Offset + 1 1008 pos = mod.Properties[0].End().Offset + 1 1016 stage += string(buf[prop.Pos().Offset : prop.End().Offset+1]) 1018 err := patchlist.Add(prop.Pos().Offset, prop.End().Offset+2, "") 1106 return patchlist.Add(prop.Pos().Offset, prop.End().Offset+2, replaceStr) 1138 if err := patchList.Add(propToRemove.Pos().Offset, propToRemove.End().Offset+2, ""); err != nil { [all …]
|
/build/soong/androidmk/parser/ |
D | parser.go | 95 Offset: offset, 104 return Pos(pos.Offset) 138 p.lines = append(p.lines, p.scanner.Position.Offset+1)
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 76 f.bpPos.Offset += len(s)
|