Home
last modified time | relevance | path

Searched refs:got_handling (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dm68kelf.em56 static int got_handling = GOT_HANDLING_DEFAULT;
195 bfd_elf_m68k_set_target_options (&link_info, got_handling);
218 got_handling = GOT_HANDLING_TARGET_DEFAULT;
220 got_handling = 0;
222 got_handling = 1;
224 got_handling = 2;
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dm68kelf.em56 static int got_handling = GOT_HANDLING_DEFAULT;
195 bfd_elf_m68k_set_target_options (&link_info, got_handling);
218 got_handling = GOT_HANDLING_TARGET_DEFAULT;
220 got_handling = 0;
222 got_handling = 1;
224 got_handling = 2;
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dconfigure.ac133 target | single | negative | multigot) got_handling=$enableval ;;
136 [got_handling=target])
138 case "${got_handling}" in
151 *) AC_MSG_ERROR(bad value ${got_handling} for --enable-got option) ;;
H A DChangeLog-2008685 (got_handling): New static variable.
H A Dconfigure15595 target | single | negative | multigot) got_handling=$enableval ;;
15599 got_handling=target
15603 case "${got_handling}" in
15620 *) as_fn_error $? "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dconfigure.ac132 target | single | negative | multigot) got_handling=$enableval ;;
135 [got_handling=target])
137 case "${got_handling}" in
150 *) AC_MSG_ERROR(bad value ${got_handling} for --enable-got option) ;;
H A DChangeLog-2008685 (got_handling): New static variable.
H A Dconfigure15378 target | single | negative | multigot) got_handling=$enableval ;;
15382 got_handling=target
15386 case "${got_handling}" in
15403 *) as_fn_error $? "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m68k.c4496 bfd_elf_m68k_set_target_options (struct bfd_link_info *info, int got_handling) in bfd_elf_m68k_set_target_options() argument
4503 switch (got_handling) in bfd_elf_m68k_set_target_options()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-m68k.c4496 bfd_elf_m68k_set_target_options (struct bfd_link_info *info, int got_handling) in bfd_elf_m68k_set_target_options() argument
4503 switch (got_handling) in bfd_elf_m68k_set_target_options()