Searched refs:cmd_db_header (Results 1 – 1 of 1) sorted by relevance
73 struct cmd_db_header { struct103 static bool cmd_db_magic_matches(const struct cmd_db_header *header) in cmd_db_magic_matches()110 static struct cmd_db_header *cmd_db_header __section(".data") = NULL;116 return cmd_db_header->data + offset; in rsc_to_entry_header()125 return cmd_db_header->data + offset + loffset; in rsc_offset()139 rsc_hdr = &cmd_db_header->header[i]; in cmd_db_get_header()175 if (!cmd_db_header) { in cmd_db_read_addr()192 if (cmd_db_header) in cmd_db_bind()208 cmd_db_header = base; in cmd_db_bind()209 if (!cmd_db_magic_matches(cmd_db_header)) { in cmd_db_bind()
Completed in 6 milliseconds