Home
last modified time | relevance | path

Searched refs:section_hash_lookup (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dsection.c737 #define section_hash_lookup(table, string, create, copy) \ macro
836 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name()
877 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name_if()
933 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE)); in bfd_get_unique_section_name()
988 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_old_way()
1043 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_anyway_with_flags()
1128 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_with_flags()
DChangeLog-0001384 (section_hash_lookup): Define.