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

  /external/tcpdump/
print-ipcomp.c 51 ipcomp_print(register const u_char *bp, int *nhdr _U_)
81 if (nhdr)
82 *nhdr = ipcomp->comp_nxt;
print-esp.c 334 int *nhdr
495 if (nhdr)
496 *nhdr = *(ep - 1);
netdissect.h 251 int *nhdr, int *padlen);
  /external/elfutils/libdwfl/
dwfl_module_build_id.c 82 GElf_Nhdr nhdr; local
85 while ((pos = gelf_getnote (data, pos, &nhdr, &name_pos, &desc_pos)) > 0)
86 if (nhdr.n_type == NT_GNU_BUILD_ID
87 && nhdr.n_namesz == sizeof "GNU" && !memcmp (data->d_buf + name_pos,
90 data->d_buf + desc_pos, nhdr.n_descsz,
linux-kernel-modules.c 443 GElf_Nhdr nhdr; member in union:__anon18119
457 GElf_Nhdr *nhdr = (void *) p; local
458 p += sizeof *nhdr;
460 p += (nhdr->n_namesz + 3) & -4U;
462 p += (nhdr->n_descsz + 3) & -4U;
465 && nhdr->n_type == NT_GNU_BUILD_ID
466 && nhdr->n_namesz == sizeof "GNU"
480 nhdr->n_descsz, vaddr);
core-file.c 434 GElf_Nhdr nhdr; local
437 while ((pos = gelf_getnote (notes, pos, &nhdr,
439 if (nhdr.n_type == NT_AUXV
440 && nhdr.n_namesz == sizeof "CORE"
444 auxv_size = nhdr.n_descsz;
  /external/elfutils/libelf/
abstract.h 184 START (Bits, Nhdr, Ext##Nhdr) \
188 END (Bits, Ext##Nhdr)
elf_getdata.c 120 [ELF_T_NHDR] = __alignof__ (ElfW2(Bits,Nhdr)), \
  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 282 int nHdr;
293 nHdr = 12 - isLeaf*4 + (p->iPgno==1)*100;
295 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell;
315 iOff = get2byte(&aData[nHdr+i*2]);
vdbe.c     [all...]
  /external/linux-tools-perf/util/
symbol.c 1372 GElf_Nhdr *nhdr = ptr; local
1373 int namesz = NOTE_ALIGN(nhdr->n_namesz),
1374 descsz = NOTE_ALIGN(nhdr->n_descsz);
1377 ptr += sizeof(*nhdr);
1380 if (nhdr->n_type == NT_GNU_BUILD_ID &&
1381 nhdr->n_namesz == sizeof("GNU")) {
1435 GElf_Nhdr nhdr; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 1063 struct eap_hdr *nhdr; local
1073 nhdr = wpabuf_put(nbuf, sizeof(*nhdr));
1074 nhdr->code = resp->code;
1075 nhdr->identifier = resp->identifier;
1076 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 822 struct eap_hdr *nhdr; local
829 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
831 nhdr->code = req->code;
832 nhdr->identifier = req->identifier;
833 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
wal2.test 28 # Set $nHdr to the number of bytes in the wal-index header:
29 set nHdr 48
30 set nInt [expr {$nHdr/4}]
44 binary scan $blob a[expr $nHdr*2]a* dummy tail
    [all...]
  /external/elfutils/src/
readelf.c 6101 GElf_Nhdr nhdr; local
    [all...]
elflint.c 3891 GElf_Nhdr nhdr; local
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 141 ESZ(Nhdr) note;
147 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4)

Completed in 4433 milliseconds