Skip to content

Commit

Permalink
Merge fc48053 into eeda5f7
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 1, 2019
2 parents eeda5f7 + fc48053 commit fbd2731
Show file tree
Hide file tree
Showing 3 changed files with 974 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dump_exported_symbols.sh
@@ -0,0 +1,2 @@
#!/bin/sh
objdump -TC "$1" | grep " g DF .text" | cut -b 62- | grep -v "thunk to" | sed "s/internal_//" | grep -v "Java_" | sed "s/std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >/std::string/g" | sed "s/std::string >/std::string>/g" | sed "s/\[abi:cxx11\]//g" | sort -u

0 comments on commit fbd2731

Please sign in to comment.