Searched refs:lang_output_section_find (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.h540 extern lang_output_section_statement_type *lang_output_section_find
H A Dldexp.c572 os = lang_output_section_find (tree->name.name);
589 os = lang_output_section_find (tree->name.name);
615 os = lang_output_section_find (tree->name.name);
H A Dldlang.c1012 /* Support routines for the hash table used by lang_output_section_find,
1203 lang_output_section_find (const char *const name) function
1288 /* A variant of lang_output_section_find used by place_orphan.
1953 os = lang_output_section_find (exp->name.name);
4743 We call lang_output_section_find() here rather than scanning the list
4746 cur = lang_output_section_find (current_section->name);
4747 prev = lang_output_section_find (previous_section->name);

Completed in 137 milliseconds