Searched refs:hdr (Results 1 – 3 of 3) sorted by relevance
/lib/ |
A D | fw_table.c | 26 union acpi_subtable_headers *hdr; member 35 return entry->hdr->common.type; in acpi_get_entry_type() 37 return entry->hdr->hmat.type; in acpi_get_entry_type() 41 return entry->hdr->cedt.type; in acpi_get_entry_type() 43 return entry->hdr->cdat.type; in acpi_get_entry_type() 53 return entry->hdr->common.length; in acpi_get_entry_length() 55 return entry->hdr->hmat.length; in acpi_get_entry_length() 57 return entry->hdr->prmt.length; in acpi_get_entry_length() 59 return entry->hdr->cedt.length; in acpi_get_entry_length() 76 return sizeof(entry->hdr->hmat); in acpi_get_subtable_header_length() [all …]
|
A 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()
|
A D | bug.c | 84 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize() argument 94 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize() 95 for (i = 1; i < hdr->e_shnum; i++) { in module_bug_finalize()
|
Completed in 5 milliseconds