OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deallocate_foo
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
bar1b.c
1
int
deallocate_foo
= 0;
variable
6
return &
deallocate_foo
;
bar1c.c
1
int
deallocate_foo
;
variable
6
return &
deallocate_foo
;
foo1a.c
1
int
deallocate_foo
= 0;
variable
6
return &
deallocate_foo
;
foo1b.c
1
int
deallocate_foo
;
variable
6
return &
deallocate_foo
;
main1.c
1
#pragma weak
deallocate_foo
macro
2
int
deallocate_foo
= 1;
variable
Completed in 54 milliseconds