Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 2 of 2) sorted by relevance

/lib/
Dbug.c76 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize() argument
86 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
87 for (i = 1; i < hdr->e_shnum; i++) { in module_bug_finalize()
Dasn1_decoder.c174 unsigned char tag = 0, csp = 0, jsp = 0, optag = 0, hdr = 0; in asn1_ber_decoder() local
220 hdr = 2; in asn1_ber_decoder()
271 hdr += n; in asn1_ber_decoder()
288 cons_hdrlen_stack[csp] = hdr; in asn1_ber_decoder()
307 ret = actions[machine[pc + 1]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
315 ret = actions[machine[pc + 2]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
378 hdr = cons_hdrlen_stack[csp]; in asn1_ber_decoder()
421 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder()
427 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()