Searched refs:section_hash_lookup (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | section.c | 734 #define section_hash_lookup(table, string, create, copy) \ macro 833 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name() 874 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name_if() 930 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE)); in bfd_get_unique_section_name() 985 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_old_way() 1040 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_anyway_with_flags() 1125 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_with_flags()
|
| D | ChangeLog-0001 | 384 (section_hash_lookup): Define.
|