Searched refs:shp (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dprint-decnet.c434 struct seghdr *shp = (struct seghdr *)nspp; local
443 TCHECK(shp->sh_seq[0]);
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
453 TCHECK(shp->sh_seq[1]);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
463 TCHECK(shp->sh_seq[2]);
464 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
480 struct seghdr *shp = (struct seghdr *)nspp; local
489 TCHECK(shp->sh_seq[0]);
490 ack = EXTRACT_LE_16BITS(shp
526 struct seghdr *shp = (struct seghdr *)nspp; local
[all...]
/external/linux-tools-perf/util/
H A Dsymbol.c846 GElf_Shdr *shp, const char *name,
855 gelf_getshdr(sec, shp);
856 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
845 elf_section_by_name(Elf *elf, GElf_Ehdr *ep, GElf_Shdr *shp, const char *name, size_t *idx) argument

Completed in 136 milliseconds