Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dm68kelf.em54 static int got_handling = GOT_HANDLING_DEFAULT;
210 bfd_elf_m68k_set_target_options (&link_info, got_handling);
233 got_handling = GOT_HANDLING_TARGET_DEFAULT;
235 got_handling = 0;
237 got_handling = 1;
239 got_handling = 2;
/toolchain/binutils/binutils-2.25/ld/
Dconfigure.ac134 target | single | negative | multigot) got_handling=$enableval ;;
137 [got_handling=target])
139 case "${got_handling}" in
152 *) AC_MSG_ERROR(bad value ${got_handling} for --enable-got option) ;;
DChangeLog-2008685 (got_handling): New static variable.
Dconfigure15511 target | single | negative | multigot) got_handling=$enableval ;;
15515 got_handling=target
15519 case "${got_handling}" in
15536 *) as_fn_error "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68k.c4698 bfd_elf_m68k_set_target_options (struct bfd_link_info *info, int got_handling) in bfd_elf_m68k_set_target_options() argument
4705 switch (got_handling) in bfd_elf_m68k_set_target_options()