HomeSort by: relevance | last modified time | path
    Searched defs:insert_os_after (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldlang.c 1912 insert_os_after (lang_statement_union_type *after)
2294 where = insert_os_after ((lang_statement_union_type *) after);
4650 Here we do not want to allow insert_os_after to
4653 insert_os_after work from the INSERT, which in this
4658 ptr = insert_os_after (after);
1911 insert_os_after (lang_statement_union_type *after) function
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 1939 insert_os_after (lang_statement_union_type *after)
2321 where = insert_os_after ((lang_statement_union_type *) after);
4667 Here we do not want to allow insert_os_after to
4670 insert_os_after work from the INSERT, which in this
4675 ptr = insert_os_after (after);
1938 insert_os_after (lang_statement_union_type *after) function

Completed in 51 milliseconds