Lines Matching +full:test +full:- +full:static +full:- +full:rel
1 /* Test program for libdwfl symbol resolving
30 static const char *
33 switch (GELF_ST_TYPE (sym->st_info)) in gelf_type()
54 static const char *
57 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind()
70 static int
73 switch (GELF_ST_BIND (sym->st_info)) in gelf_bind_order()
86 static const char *
106 static int
115 printf ("%s: %s\n", mod_name, dwfl_errmsg (-1)); in list_syms()
153 assert (addr_in_section (elf, shndxp, sym.st_value - bias)); in list_syms()
177 assert (res != -1); in list_syms()
179 printf(", rel: %#" PRIx64 " (%s)", addr, in list_syms()
182 printf(", rel: %#" PRIx64 "", addr); in list_syms()
195 shdr->sh_name); in list_syms()
196 printf (" [%#" PRIx64 ", rel: %#" PRIx64 " (%s)]", in list_syms()