Searched refs:get_symbols (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | plugin.c | 501 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms, in get_symbols() function 609 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF); in get_symbols_v1() 615 return get_symbols (handle, nsyms, syms, LDPR_PREVAILING_DEF_IRONLY_EXP); in get_symbols_v2() 738 TVU(get_symbols) = get_symbols_v1; in set_tv_header() 741 TVU(get_symbols) = get_symbols_v2; in set_tv_header()
|
D | ChangeLog-2011 | 144 (get_symbols): Add def_ironly_exp param. Return that value for 579 (get_symbols): Use non_ir_ref flag rather than hash lookup. 671 (get_symbols): When report_plugin_symbols, show visibility too. 807 * plugin.c (get_symbols): Use wrapped lookup for undefined symbols. 849 (get_symbols): Report plugin symbols if report_plugin_symbols 884 * plugin.c (get_symbols): Don't check entry symbol here. 891 * plugin.c (get_symbols): Don't mark entry symbol IR only. 923 (get_symbols): Formatting. 1060 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
|
D | ChangeLog-2010 | 161 (get_symbols): Likewise. 256 (get_symbols): Use it. 419 * plugin.c (get_symbols): Check symbol type correctly. 490 (get_symbols): Implement.
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | plugin_test.c | 58 static ld_plugin_get_symbols get_symbols = NULL; variable 122 get_symbols = entry->tv_u.tv_get_symbols; in onload()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | plugin.cc | 109 get_symbols(const void *handle, int nsyms, struct ld_plugin_symbol *syms); 273 tv[i].tv_u.tv_get_symbols = get_symbols; in load() 1514 get_symbols(const void* handle, int nsyms, ld_plugin_symbol* syms) in get_symbols() function
|
D | ChangeLog | 4654 (get_symbols): Pass version parameter.
|