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

/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c110 binding_value (const GElf_Sym *symp) argument
112 switch (GELF_ST_BIND (symp->st_info))
/external/elfutils/src/
H A Dld.c269 static void create_special_section_symbol (struct symbol **symp,
1575 create_special_section_symbol (struct symbol **symp, const char *name) argument
1577 if (*symp == NULL)
1592 *symp = newsym;
1594 else if ((*symp)->defined)
1598 (*symp)->defined = 1;
1599 (*symp)->local = 1;
1600 (*symp)->hidden = 1;
1601 (*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 183 milliseconds