1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-04-25 12:22:16 +02:00

(valid_object): Declare as HIDDEN instead of PROTECTED.

(get_proc_name): Likewise.

(Logical change 1.290)
This commit is contained in:
hp.com!davidm 2005-05-03 09:13:17 +00:00
parent 6fc50d4ed6
commit 5d8b2e3415

View file

@ -31,7 +31,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "tdep.h"
PROTECTED int
HIDDEN int
elf_w (valid_object) (struct elf_image *ei)
{
if (ei->size <= EI_CLASS)
@ -137,7 +137,7 @@ elf_w (lookup_symbol) (unw_word_t ip, struct elf_image *ei,
sped up greatly, but until an application materializes that's
sensitive to the performance of this routine, why bother... */
PROTECTED int
HIDDEN int
elf_w (get_proc_name) (pid_t pid, unw_word_t ip, char *buf, size_t buf_len,
unw_word_t *offp)
{