IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-1a.c
1 #include <bfd_stdint.h>
2
3 extern void *_binary_pr25749_1_c_start;
4 extern void *_binary_pr25749_1_c_end;
5
6 intptr_t
7 size (void)
8 {
9 return ((intptr_t) &_binary_pr25749_1_c_end
10 - (intptr_t) &_binary_pr25749_1_c_start);
11 }
This page took 0.02914 seconds and 4 git commands to generate.