Searched refs:nocopyreloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/
H A Dbfdlink.h274 unsigned int nocopyreloc: 1;
272 unsigned int nocopyreloc: 1; member in struct:bfd_link_info
/freebsd-12-stable/contrib/binutils/include/
H A Dbfdlink.h292 unsigned int nocopyreloc: 1;
290 unsigned int nocopyreloc: 1; member in struct:bfd_link_info
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-i386.c1464 if (ELIMINATE_COPY_RELOCS || info->nocopyreloc)
1484 /* If -z nocopyreloc was given, we won't generate them either. */
1485 if (info->nocopyreloc)
H A Delf32-s390.c1628 if (ELIMINATE_COPY_RELOCS || info->nocopyreloc)
1648 /* If -z nocopyreloc was given, we won't generate them either. */
1649 if (info->nocopyreloc)
H A Delf64-s390.c1603 if (ELIMINATE_COPY_RELOCS || info->nocopyreloc)
1623 /* If -z nocopyreloc was given, we won't generate them either. */
1624 if (info->nocopyreloc)
H A Delf64-x86-64.c1332 if (ELIMINATE_COPY_RELOCS || info->nocopyreloc)
1352 /* If -z nocopyreloc was given, we won't generate them either. */
1353 if (info->nocopyreloc)

Completed in 179 milliseconds