Lines Matching refs:SEARCH
1466 /* SEARCH - simply search the hashtable, don't insert new entries or fail when
1468 FIND_OR_CREATE - search for an existing entry, but create new if there's
1470 MUST_FIND - search for an existing entry and assert that it exist.
1474 SEARCH,
1482 HOWTO is SEARCH or MUST_FIND). */
1494 BFD_ASSERT ((info == NULL) == (howto == SEARCH || howto == MUST_FIND));
1499 if (howto == SEARCH)
1514 ptr = htab_find_slot (got->entries, &entry_, (howto != SEARCH
1518 if (howto == SEARCH)
1530 BFD_ASSERT (howto != MUST_FIND && howto != SEARCH);
1745 BFD_ASSERT ((info == NULL) == (howto == SEARCH || howto == MUST_FIND));
1750 if (howto == SEARCH)
1764 ptr = htab_find_slot (multi_got->bfd2got, &entry_, (howto != SEARCH
1768 if (howto == SEARCH)
1780 BFD_ASSERT (howto != MUST_FIND && howto != SEARCH);
1836 entry2 = elf_m68k_get_got_entry (arg->big, &entry1->key_, SEARCH, NULL);
3725 input_bfd, SEARCH, NULL);