mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 12:53:16 +02:00
get_sym_curr_addr() will return the address of the first occurrence of the given symbol while get_sym_next_addr() will return the address of the next occurrence of the symbol. These ones return NULL on non-linux, non-ELF, non-USE_DL.