We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b50fec commit d390490Copy full SHA for d390490
output/outlib.c
@@ -194,8 +194,8 @@ int32_t _ol_new_subsection(struct ol_sect *sect)
194
* Insert a symbol into a list; need to use upcasting using container_of()
195
* to walk the list later.
196
*/
197
-void ol_add_sym_to(struct ol_symlist *syml, struct ol_symhead *head,
198
- uint64_t offset)
+static void ol_add_sym_to(struct ol_symlist *syml, struct ol_symhead *head,
+ uint64_t offset)
199
{
200
syml->tree.key = offset;
201
head->tree = rb_insert(head->tree, &syml->tree);
0 commit comments