Lines Matching defs:list
149 /* A list of all modules we processed */
169 /* add to list */
216 * the list of unresolved symbols per module
258 static bool contains_namespace(struct namespace_list *list,
261 for (; list; list = list->next)
262 if (!strcmp(list->namespace, namespace))
268 static void add_namespace(struct namespace_list **list, const char *namespace)
272 if (!contains_namespace(*list, namespace)) {
276 ns_entry->next = *list;
277 *list = ns_entry;
1010 * this array is forbidden (black-list). Can be empty.
1013 * targetting sections in this array (white-list). Can be empty.
1017 * @symbol_white_list: Do not match a relocation to a symbol in this list
1417 static void print_section_list(const char * const list[20])
1419 const char *const *s = list;
1688 "section \"%s\" which is not in the list of\n"
1691 "list of authorized sections to jump to on fault.\n"