HomeSort by relevance Sort by last modified time
    Searched full:hdrsize (Results 1 - 24 of 24) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
plan9obj.go 72 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
96 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
132 textStart := f.LoadAddress + f.HdrSize
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
plan9obj.go 72 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
96 textStart = f.plan9.LoadAddress + f.plan9.HdrSize
132 textStart := f.LoadAddress + f.HdrSize
  /external/libnl/lib/genl/
family.c 99 nl_dump_line(p, " hdrsize %u maxattr %u\n",
139 diff |= FAM_DIFF(HDRSIZE, a->gf_hdrsize != b->gf_hdrsize);
221 void genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize)
223 family->gf_hdrsize = hdrsize;
ctrl.c 90 uint32_t hdrsize = nla_get_u32(info->attrs[CTRL_ATTR_HDRSIZE]); local
91 genl_family_set_hdrsize(family, hdrsize);
  /external/iptables/extensions/
libxt_TCPMSS.c 21 static void __TCPMSS_help(int hdrsize)
27 hdrsize);
  /toolchain/binutils/binutils-2.25/gprof/
gmon_io.c 636 unsigned int i, hdrsize;
644 hdrsize = 0;
655 hdrsize = GMON_HDRSIZE_BSD44_32;
659 hdrsize = GMON_HDRSIZE_BSD44_64;
669 hdrsize = GMON_HDRSIZE_OLDBSD_32;
673 hdrsize = GMON_HDRSIZE_OLDBSD_64;
688 * sizeof (UNIT) + hdrsize))
635 unsigned int i, hdrsize; local
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file.go 23 HdrSize uint64
158 HdrSize: 4 * 8,
167 f.HdrSize += 8
183 off := uint32(f.HdrSize)
  /prebuilts/go/linux-x86/src/debug/plan9obj/
file.go 23 HdrSize uint64
158 HdrSize: 4 * 8,
167 f.HdrSize += 8
183 off := uint32(f.HdrSize)
  /external/clang/test/CodeGenCXX/
debug-info-class.cpp 62 static const int HdrSize = 52;
140 // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "HdrSize"
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-mach-o.c 1036 size_t hdrsize; local
1060 hdrsize = sizeof (struct mach_o_header_32);
1066 hdrsize = sizeof (struct mach_o_header_64);
    [all...]
  /external/libnl/src/
nl-list-caches.c 36 " hdrsize: %d bytes\n" \
  /external/libpcap/
sf-pcap.c 141 size_t hdrsize; member in struct:pcap_sf
340 ps->hdrsize = sizeof(struct pcap_sf_patched_pkthdr);
366 ps->hdrsize = sizeof(struct pcap_sf_pkthdr);
412 amt_read = fread(&sf_hdr, 1, ps->hdrsize, fp);
413 if (amt_read != ps->hdrsize) {
423 (unsigned long)ps->hdrsize,
  /external/svox/pico/lib/
picoos.c     [all...]
  /external/deqp/framework/delibs/debase/
deMemory.c 128 const size_t hdrSize = sizeof(AlignedAllocHeader);
129 const deUintptr hdrAddr = (deUintptr)ptr - hdrSize;
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 1039 int hdrsize = elfcpp::Elf_recognizer::max_header_size; local
1040 if (filesize < hdrsize)
1041 hdrsize = filesize;
1043 input_file->file().get_view(0, 0, hdrsize, true, false);
1044 if (!elfcpp::Elf_recognizer::is_elf_file(elf_header, hdrsize))
1053 if (!elfcpp::Elf_recognizer::is_valid_header(elf_header, hdrsize, &size,
    [all...]
  /external/fonttools/Lib/fontTools/
cffLib.py 16 hdrSize: B
30 file.seek(self.hdrSize)
97 self.hdrSize = 4
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/
plan9obj.a 14 type @"".FileHeader struct { Magic uint32; Bss uint32; Entry uint64; PtrSize int; LoadAddress uint64; HdrSize uint64 }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/debug/
plan9obj.a 14 type @"".FileHeader struct { Magic uint32; Bss uint32; Entry uint64; PtrSize int; LoadAddress uint64; HdrSize uint64 }
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/debug/
plan9obj.a 14 type @"".FileHeader struct { Magic uint32; Bss uint32; Entry uint64; PtrSize int; LoadAddress uint64; HdrSize uint64 }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/debug/
plan9obj.a 14 type @"".FileHeader struct { Magic uint32; Bss uint32; Entry uint64; PtrSize int; LoadAddress uint64; HdrSize uint64 }
    [all...]
  /prebuilts/go/darwin-x86/api/
go1.4.txt 314 pkg debug/plan9obj, type FileHeader struct, HdrSize uint64
    [all...]
  /prebuilts/go/linux-x86/api/
go1.4.txt 314 pkg debug/plan9obj, type FileHeader struct, HdrSize uint64
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 4802 unsigned int hdrsize; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 1184 milliseconds