mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
12 lines
220 B
C
12 lines
220 B
C
|
#include <bfd_stdint.h>
|
||
|
|
||
|
extern void *_binary_pr25749_1_c_start;
|
||
|
extern void *_binary_pr25749_1_c_end;
|
||
|
|
||
|
intptr_t
|
||
|
size (void)
|
||
|
{
|
||
|
return ((intptr_t) &_binary_pr25749_1_c_end
|
||
|
- (intptr_t) &_binary_pr25749_1_c_start);
|
||
|
}
|