Searched defs:symp (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/src/libdwfl/
H A Ddwfl_module_addrsym.c123 inline int binding_value (const GElf_Sym *symp) argument
125 switch (GELF_ST_BIND (symp->st_info))
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dplt.c734 struct library_symbol **symp; local
735 for (symp = &lte->arch.stubs; *symp != NULL; ) {
736 struct library_symbol *sym = *symp;
738 symp = &(*symp)->next;
743 *symp = sym->next;
/external/elfutils/src/src/
H A Dld.c270 static void create_special_section_symbol (struct symbol **symp,
1579 create_special_section_symbol (struct symbol **symp, const char *name) argument
1581 if (*symp == NULL)
1596 *symp = newsym;
1598 else if ((*symp)->defined)
1602 (*symp)->defined = 1;
1603 (*symp)->local = 1;
1604 (*symp)->hidden = 1;
1605 (*symp)->type = STT_OBJECT;
H A Dldgeneric.c5775 struct symbol *symp = ndxtosym[cnt]; local
5777 if (symp->file->versymdata != NULL)
5781 gelf_getversym (symp->file->versymdata, symp->symidx,
5784 (void) gelf_update_versym (versymdata, symp->outdynsymidx,
5785 &symp->file->verdefused[versym]);
5901 struct symbol *symp = ndxtosym[cnt]; local
5905 if (symp->file != NULL && symp->file->verdefdata != NULL)
5909 gelf_getversym (symp
[all...]

Completed in 432 milliseconds