Home
last modified time | relevance | path

Searched refs:container_offset (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dmtag_map.schema1 CREATE TABLE mtag_map (container big int, container_offset int, tag big int, tag_offset int);
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_container_of.c552 int container_offset, arg_offset; in load_container_data() local
578 container_offset = strtoul(p, &p, 0); in load_container_data()
581 __func__, cur_tag, container_offset); in load_container_data()
582 if (!mtag_map_select_container(cur_tag, -container_offset, &container_tag)) in load_container_data()
H A Dsmatch_db.c407 void sql_insert_mtag_map(mtag_t container, int container_offset, mtag_t tag, int tag_offset) in sql_insert_mtag_map() argument
409 sql_insert(mtag_map, "%lld, %d, %lld, %d", container, container_offset, tag, tag_offset); in sql_insert_mtag_map()
432 int mtag_map_select_container(mtag_t tag, int container_offset, mtag_t *container) in mtag_map_select_container() argument
438 tag, container_offset); in mtag_map_select_container()
H A Dsmatch.h1017 void sql_insert_mtag_map(mtag_t container, int container_offset, mtag_t tag, int tag_offset);
1019 int mtag_map_select_container(mtag_t tag, int container_offset, mtag_t *container);