Home
last modified time | relevance | path

Searched refs:symp (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dld.c269 static void create_special_section_symbol (struct symbol **symp,
1575 create_special_section_symbol (struct symbol **symp, const char *name) in create_special_section_symbol() argument
1577 if (*symp == NULL) in create_special_section_symbol()
1592 *symp = newsym; in create_special_section_symbol()
1594 else if ((*symp)->defined) in create_special_section_symbol()
1598 (*symp)->defined = 1; in create_special_section_symbol()
1599 (*symp)->local = 1; in create_special_section_symbol()
1600 (*symp)->hidden = 1; in create_special_section_symbol()
1601 (*symp)->type = STT_OBJECT; in create_special_section_symbol()
Dldgeneric.c5775 struct symbol *symp = ndxtosym[cnt]; in ld_generic_create_outfile() local
5777 if (symp->file->versymdata != NULL) in ld_generic_create_outfile()
5781 gelf_getversym (symp->file->versymdata, symp->symidx, in ld_generic_create_outfile()
5784 (void) gelf_update_versym (versymdata, symp->outdynsymidx, in ld_generic_create_outfile()
5785 &symp->file->verdefused[versym]); in ld_generic_create_outfile()
5901 struct symbol *symp = ndxtosym[cnt]; in ld_generic_create_outfile() local
5905 if (symp->file != NULL && symp->file->verdefdata != NULL) in ld_generic_create_outfile()
5909 gelf_getversym (symp->file->versymdata, symp->symidx, in ld_generic_create_outfile()
5912 (void) gelf_update_versym (versymdata, symp->outdynsymidx, in ld_generic_create_outfile()
5913 &symp->file->verdefused[versym]); in ld_generic_create_outfile()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c734 struct library_symbol **symp; in arch_elf_add_plt_entry() local
735 for (symp = &lte->arch.stubs; *symp != NULL; ) { in arch_elf_add_plt_entry()
736 struct library_symbol *sym = *symp; in arch_elf_add_plt_entry()
738 symp = &(*symp)->next; in arch_elf_add_plt_entry()
743 *symp = sym->next; in arch_elf_add_plt_entry()
/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c110 binding_value (const GElf_Sym *symp) in binding_value() argument
112 switch (GELF_ST_BIND (symp->st_info)) in binding_value()