HomeSort by relevance Sort by last modified time
    Searched refs:ptrsize (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab.go 39 ptrsize uint32
148 if t.ptrsize == 4 {
185 t.ptrsize = uint32(t.Data[7])
188 t.functab = t.Data[8+t.ptrsize:]
189 functabsize := t.nfunctab*2*t.ptrsize + t.ptrsize
206 n := len(t.functab) / int(t.ptrsize) / 2
210 f.Entry = uint64(t.uintptr(t.functab[2*i*int(t.ptrsize):]))
211 f.End = uint64(t.uintptr(t.functab[(2*i+2)*int(t.ptrsize):]))
212 info := t.Data[t.uintptr(t.functab[(2*i+1)*int(t.ptrsize):]):
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab.go 39 ptrsize uint32
148 if t.ptrsize == 4 {
185 t.ptrsize = uint32(t.Data[7])
188 t.functab = t.Data[8+t.ptrsize:]
189 functabsize := t.nfunctab*2*t.ptrsize + t.ptrsize
206 n := len(t.functab) / int(t.ptrsize) / 2
210 f.Entry = uint64(t.uintptr(t.functab[2*i*int(t.ptrsize):]))
211 f.End = uint64(t.uintptr(t.functab[(2*i+2)*int(t.ptrsize):]))
212 info := t.Data[t.uintptr(t.functab[(2*i+1)*int(t.ptrsize):]):
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive64.c 45 bfd_size_type i, parsed_size, nsymz, stringsize, carsym_size, ptrsize; local
92 ptrsize = 8 * nsymz;
101 raw_armap = (bfd_byte *) bfd_alloc (abfd, ptrsize);
105 if (bfd_bread (raw_armap, ptrsize, abfd) != ptrsize
archive.c 977 bfd_size_type carsym_size, ptrsize;
1020 ptrsize = (4 * nsymz);
1033 raw_armap = (int *) bfd_alloc (abfd, ptrsize);
1036 if (bfd_bread (raw_armap, ptrsize, abfd) != ptrsize
973 bfd_size_type carsym_size, ptrsize; local
    [all...]
  /external/elfutils/libdw/
encoded-value.h 217 size_t ptrsize = encoded_value_size (NULL, cache->e_ident, local
219 if (unlikely (cache->data->d.d_size < ptrsize
220 || *result > (cache->data->d.d_size - ptrsize)))
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pcln.go 225 // nfunc [thearch.ptrsize bytes]
226 // function table, alternating PC and offset to func struct [each entry thearch.ptrsize bytes]
227 // end PC [thearch.ptrsize bytes]
245 Symgrow(Ctxt, ftab, 8+int64(Thearch.Ptrsize)+int64(nfunc)*2*int64(Thearch.Ptrsize)+int64(Thearch.Ptrsize)+4)
248 setuint8(Ctxt, ftab, 7, uint8(Thearch.Ptrsize))
249 setuintxx(Ctxt, ftab, 8, uint64(nfunc), int64(Thearch.Ptrsize))
250 pclntabPclntabOffset = int32(8 + Thearch.Ptrsize)
275 funcstart += int32(-len(ftab.P)) & (int32(Thearch.Ptrsize) - 1
    [all...]
data.go 129 s.Size += int64(ctxt.Arch.Ptrsize)
134 r.Siz = uint8(ctxt.Arch.Ptrsize)
166 if off+int64(ctxt.Arch.Ptrsize) > s.Size {
167 s.Size = off + int64(ctxt.Arch.Ptrsize)
174 r.Siz = uint8(ctxt.Arch.Ptrsize)
190 s.Size += int64(ctxt.Arch.Ptrsize)
195 r.Siz = uint8(ctxt.Arch.Ptrsize)
496 if int32(o) < 0 && Thearch.Ptrsize > 4 && siz == 4 {
942 adduintxx(Ctxt, s, uint64(len(value)), Thearch.Ptrsize)
1083 p.w.ZeroUntil(size / int64(Thearch.Ptrsize))
    [all...]
dwarf.go 108 switch Thearch.Ptrsize {
731 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
739 Cput(uint8(1 + Thearch.Ptrsize))
743 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
824 if Thearch.Ptrsize == 8 {
835 adddwarfrel(infosec, infosym, infoo, Thearch.Ptrsize, off)
1277 keysize = Thearch.Ptrsize
1283 valsize = Thearch.Ptrsize
1288 keysize = Thearch.Ptrsize
1293 valsize = Thearch.Ptrsize
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pcln.go 222 // nfunc [thearch.ptrsize bytes]
223 // function table, alternating PC and offset to func struct [each entry thearch.ptrsize bytes]
224 // end PC [thearch.ptrsize bytes]
242 Symgrow(Ctxt, ftab, 8+int64(Thearch.Ptrsize)+int64(nfunc)*2*int64(Thearch.Ptrsize)+int64(Thearch.Ptrsize)+4)
245 setuint8(Ctxt, ftab, 7, uint8(Thearch.Ptrsize))
246 setuintxx(Ctxt, ftab, 8, uint64(nfunc), int64(Thearch.Ptrsize))
247 pclntabPclntabOffset = int32(8 + Thearch.Ptrsize)
272 funcstart += int32(-len(ftab.P)) & (int32(Thearch.Ptrsize) - 1
    [all...]
data.go 126 s.Size += int64(ctxt.Arch.Ptrsize)
131 r.Siz = uint8(ctxt.Arch.Ptrsize)
163 if off+int64(ctxt.Arch.Ptrsize) > s.Size {
164 s.Size = off + int64(ctxt.Arch.Ptrsize)
171 r.Siz = uint8(ctxt.Arch.Ptrsize)
187 s.Size += int64(ctxt.Arch.Ptrsize)
192 r.Siz = uint8(ctxt.Arch.Ptrsize)
493 if int32(o) < 0 && Thearch.Ptrsize > 4 && siz == 4 {
939 adduintxx(Ctxt, s, uint64(len(value)), Thearch.Ptrsize)
1080 p.w.ZeroUntil(size / int64(Thearch.Ptrsize))
    [all...]
dwarf.go 105 switch Thearch.Ptrsize {
728 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
736 Cput(uint8(1 + Thearch.Ptrsize))
740 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
821 if Thearch.Ptrsize == 8 {
832 adddwarfrel(infosec, infosym, infoo, Thearch.Ptrsize, off)
1274 keysize = Thearch.Ptrsize
1280 valsize = Thearch.Ptrsize
1285 keysize = Thearch.Ptrsize
1290 valsize = Thearch.Ptrsize
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pcln.go 225 // nfunc [thearch.ptrsize bytes]
226 // function table, alternating PC and offset to func struct [each entry thearch.ptrsize bytes]
227 // end PC [thearch.ptrsize bytes]
245 Symgrow(Ctxt, ftab, 8+int64(Thearch.Ptrsize)+int64(nfunc)*2*int64(Thearch.Ptrsize)+int64(Thearch.Ptrsize)+4)
248 setuint8(Ctxt, ftab, 7, uint8(Thearch.Ptrsize))
249 setuintxx(Ctxt, ftab, 8, uint64(nfunc), int64(Thearch.Ptrsize))
250 pclntabPclntabOffset = int32(8 + Thearch.Ptrsize)
275 funcstart += int32(-len(ftab.P)) & (int32(Thearch.Ptrsize) - 1
    [all...]
data.go 129 s.Size += int64(ctxt.Arch.Ptrsize)
134 r.Siz = uint8(ctxt.Arch.Ptrsize)
166 if off+int64(ctxt.Arch.Ptrsize) > s.Size {
167 s.Size = off + int64(ctxt.Arch.Ptrsize)
174 r.Siz = uint8(ctxt.Arch.Ptrsize)
190 s.Size += int64(ctxt.Arch.Ptrsize)
195 r.Siz = uint8(ctxt.Arch.Ptrsize)
496 if int32(o) < 0 && Thearch.Ptrsize > 4 && siz == 4 {
942 adduintxx(Ctxt, s, uint64(len(value)), Thearch.Ptrsize)
1083 p.w.ZeroUntil(size / int64(Thearch.Ptrsize))
    [all...]
dwarf.go 108 switch Thearch.Ptrsize {
731 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
739 Cput(uint8(1 + Thearch.Ptrsize))
743 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
824 if Thearch.Ptrsize == 8 {
835 adddwarfrel(infosec, infosym, infoo, Thearch.Ptrsize, off)
1277 keysize = Thearch.Ptrsize
1283 valsize = Thearch.Ptrsize
1288 keysize = Thearch.Ptrsize
1293 valsize = Thearch.Ptrsize
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pcln.go 222 // nfunc [thearch.ptrsize bytes]
223 // function table, alternating PC and offset to func struct [each entry thearch.ptrsize bytes]
224 // end PC [thearch.ptrsize bytes]
242 Symgrow(Ctxt, ftab, 8+int64(Thearch.Ptrsize)+int64(nfunc)*2*int64(Thearch.Ptrsize)+int64(Thearch.Ptrsize)+4)
245 setuint8(Ctxt, ftab, 7, uint8(Thearch.Ptrsize))
246 setuintxx(Ctxt, ftab, 8, uint64(nfunc), int64(Thearch.Ptrsize))
247 pclntabPclntabOffset = int32(8 + Thearch.Ptrsize)
272 funcstart += int32(-len(ftab.P)) & (int32(Thearch.Ptrsize) - 1
    [all...]
data.go 126 s.Size += int64(ctxt.Arch.Ptrsize)
131 r.Siz = uint8(ctxt.Arch.Ptrsize)
163 if off+int64(ctxt.Arch.Ptrsize) > s.Size {
164 s.Size = off + int64(ctxt.Arch.Ptrsize)
171 r.Siz = uint8(ctxt.Arch.Ptrsize)
187 s.Size += int64(ctxt.Arch.Ptrsize)
192 r.Siz = uint8(ctxt.Arch.Ptrsize)
493 if int32(o) < 0 && Thearch.Ptrsize > 4 && siz == 4 {
939 adduintxx(Ctxt, s, uint64(len(value)), Thearch.Ptrsize)
1080 p.w.ZeroUntil(size / int64(Thearch.Ptrsize))
    [all...]
dwarf.go 105 switch Thearch.Ptrsize {
728 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
736 Cput(uint8(1 + Thearch.Ptrsize))
740 adddwarfrel(infosec, data.(*LSym), infoo, Thearch.Ptrsize, value)
821 if Thearch.Ptrsize == 8 {
832 adddwarfrel(infosec, infosym, infoo, Thearch.Ptrsize, off)
1274 keysize = Thearch.Ptrsize
1280 valsize = Thearch.Ptrsize
1285 keysize = Thearch.Ptrsize
1290 valsize = Thearch.Ptrsize
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 666 unsigned int ptrsize = mdata->header.version == 2 ? 8 : 4;
697 printf ("add addr imm scaled: %u\n", imm * ptrsize);
734 unsigned int ptrsize = mdata->header.version == 2 ? 8 : 4;
801 printf ("do bind add addr imm scaled: %u\n", imm * ptrsize);
664 unsigned int ptrsize = mdata->header.version == 2 ? 8 : 4; local
732 unsigned int ptrsize = mdata->header.version == 2 ? 8 : 4; local
    [all...]
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 351 TEST_F(BinderLibTest, PtrSize) {
353 int32_t ptrsize; local
359 ret = reply.readInt32(&ptrsize);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
reflect.go 164 // because the runtime assumes it can use size-ptrSize as the
818 // ptrsize uintptr
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 161 // because the runtime assumes it can use size-ptrSize as the
815 // ptrsize uintptr
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
reflect.go 164 // because the runtime assumes it can use size-ptrSize as the
818 // ptrsize uintptr
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 161 // because the runtime assumes it can use size-ptrSize as the
815 // ptrsize uintptr
    [all...]

Completed in 887 milliseconds