Home
last modified time | relevance | path

Searched refs:mangle_relocs_func (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h1588 bfd_boolean (*mangle_relocs_func)
1591 mangle_relocs_func = nlm_mangle_relocs_func (abfd);
1592 if (mangle_relocs_func != NULL)
1594 if (!(*mangle_relocs_func) (abfd, section, location,
H A DChangeLog-91932281 mangle_relocs_func prototype.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h1530 bfd_boolean (*mangle_relocs_func) in nlm_set_section_contents() local
1533 mangle_relocs_func = nlm_mangle_relocs_func (abfd); in nlm_set_section_contents()
1534 if (mangle_relocs_func != NULL) in nlm_set_section_contents()
1536 if (!(*mangle_relocs_func) (abfd, section, location, in nlm_set_section_contents()
H A DChangeLog-91932281 mangle_relocs_func prototype.