Lines Matching refs:lynx
30 #define TARGETNAME "a.out-i386-lynx"
70 if (!NAME (lynx, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
75 if (!NAME (lynx, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
109 NAME(lynx,swap_std_reloc_out) (bfd *abfd,
199 NAME(lynx,swap_ext_reloc_out) (bfd *abfd,
323 NAME(lynx,swap_ext_reloc_in) (bfd *abfd,
346 NAME(lynx,swap_std_reloc_in) (bfd *abfd,
375 NAME(lynx,slurp_reloc_table) (bfd *abfd,
433 NAME(lynx,swap_ext_reloc_in) (abfd, rptr, cache_ptr, symbols,
445 NAME(lynx,swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
462 NAME(lynx,squirt_out_relocs) (bfd *abfd, asection *section)
487 NAME(lynx,swap_ext_reloc_out) (abfd, *generic, (struct reloc_ext_external *) natptr);
494 NAME(lynx,swap_std_reloc_out) (abfd, *generic, (struct reloc_std_external *) natptr);
509 NAME(lynx,canonicalize_reloc) (bfd *abfd,
517 if (!(tblptr || NAME(lynx,slurp_reloc_table) (abfd, section, symbols)))
543 #define MY_canonicalize_reloc NAME(lynx,canonicalize_reloc)