Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/testsuite/
Djustsyms_lib.c27 int exported_func(void);
32 exported_func(void) in exported_func() function
Djustsyms_exec.c29 extern int exported_func(void);
52 check(exported_func, 0x1000200, "exported_func"); in main()
DMakefile.am1461 gcctestdir/ld -o $@ -Ttext=0x1000200 -Tdata=0x2000000 -e exported_func justsyms_lib.o
DMakefile.in5387 …_LINKER_TRUE@ gcctestdir/ld -o $@ -Ttext=0x1000200 -Tdata=0x2000000 -e exported_func justsyms_lib.o