Searched defs:dynamic (Results 1 – 2 of 2) sorted by relevance
173 typedef struct dynamic { struct174 Elf32_Sword d_tag;175 union {178 } d_un;
647 bool dynamic = source && !strcmp(source, dynamic_event_log_tags); in WritePersistEventLogTags() local