Searched refs:hdr (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | asn1_decoder.c | 176 unsigned char tag = 0, csp = 0, jsp = 0, optag = 0, hdr = 0; in asn1_ber_decoder() local 224 hdr = 2; in asn1_ber_decoder() 275 hdr += n; in asn1_ber_decoder() 295 cons_hdrlen_stack[csp] = hdr; in asn1_ber_decoder() 346 ret = actions[act](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 396 hdr = cons_hdrlen_stack[csp]; in asn1_ber_decoder() 439 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|
D | bug.c | 90 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize() argument 100 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize() 101 for (i = 1; i < hdr->e_shnum; i++) { in module_bug_finalize()
|