Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. .globl foo
  2. foo:
  3. ....
  4.  
  5. gcc test.s
  6. readelf -s a.out | grep foo
  7.  
  8. 9981: 08061d49 0 NOTYPE GLOBAL DEFAULT 13 config_check_cond
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement