Home | History | Annotate | Download | only in bfd

Lines Matching refs:lynx

30 #define TARGETNAME "a.out-i386-lynx"
71 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
77 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
112 NAME(lynx,swap_std_reloc_out) (bfd *abfd,
202 NAME(lynx,swap_ext_reloc_out) (bfd *abfd,
322 NAME(lynx,swap_ext_reloc_in) (bfd *abfd,
345 NAME(lynx,swap_std_reloc_in) (bfd *abfd,
374 NAME(lynx,slurp_reloc_table) (bfd *abfd,
439 NAME(lynx,swap_ext_reloc_in) (abfd, rptr, cache_ptr, symbols,
451 NAME(lynx,swap_std_reloc_in) (abfd, rptr, cache_ptr, symbols,
468 NAME(lynx,squirt_out_relocs) (bfd *abfd, asection *section)
493 NAME(lynx,swap_ext_reloc_out) (abfd, *generic, (struct reloc_ext_external *) natptr);
500 NAME(lynx,swap_std_reloc_out) (abfd, *generic, (struct reloc_std_external *) natptr);
515 NAME(lynx,canonicalize_reloc) (bfd *abfd,
523 if (!(tblptr || NAME(lynx,slurp_reloc_table) (abfd, section, symbols)))
549 #define MY_canonicalize_reloc NAME(lynx,canonicalize_reloc)