Home
last modified time | relevance | path

Searched refs:reloc_and_sec (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlibnlm.h127 struct reloc_and_sec struct
190 bfd_boolean (*nlm_write_external) (bfd *, bfd_size_type, asymbol *, struct reloc_and_sec *);
Dnlmcode.h1554 const struct reloc_and_sec *r1 = (const struct reloc_and_sec *) p1; in nlm_external_reloc_compare()
1555 const struct reloc_and_sec *r2 = (const struct reloc_and_sec *) p2; in nlm_external_reloc_compare()
1603 struct reloc_and_sec *external_relocs; in nlm_write_object_contents()
1698 amt = external_reloc_count * sizeof (struct reloc_and_sec); in nlm_write_object_contents()
1733 sizeof (struct reloc_and_sec), nlm_external_reloc_compare); in nlm_write_object_contents()
Dnlm32-i386.c378 struct reloc_and_sec *relocs) in nlm_i386_write_external()
Dnlm32-sparc.c303 struct reloc_and_sec *relocs) in nlm_sparc_write_external()
Dnlm32-alpha.c792 struct reloc_and_sec *relocs) in nlm_alpha_write_external()
Dnlm32-ppc.c846 struct reloc_and_sec *relocs) in nlm_powerpc_write_external()
DChangeLog-9193586 * libnlm.h (struct reloc_and_sec): Define.