Searched refs:_dl_md_reloc (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/libexec/ld.so/alpha/
H A Drtld_machine.c49 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function
239 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/powerpc/
H A Drtld_machine.c54 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function
266 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
278 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/m88k/
H A Drtld_machine.c63 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function
233 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
254 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c160 _dl_md_reloc(elf_object_t *object, int rel, int relsz) function
292 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
307 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/powerpc64/
H A Drtld_machine.c53 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function
264 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
276 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/aarch64/
H A Drtld_machine.c97 _dl_md_reloc(elf_object_t *object, int rel, int relsz) function
227 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
242 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/i386/
H A Drtld_machine.c171 _dl_md_reloc(elf_object_t *object, int rel, int relsz) function
377 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/amd64/
H A Drtld_machine.c171 _dl_md_reloc(elf_object_t *object, int rel, int relsz) function
371 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/riscv64/
H A Drtld_machine.c96 _dl_md_reloc(elf_object_t *object, int rel, int relsz) function
226 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
241 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/hppa/
H A Drtld_machine.c100 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function
312 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/sh/
H A Drtld_machine.c415 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function
548 * This is done by calling _dl_md_reloc on DT_JMPREL for DL_BIND_NOW,
563 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
/openbsd-current/libexec/ld.so/mips64/
H A Drtld_machine.c62 _dl_md_reloc(elf_object_t *object, int rel, int relsz) function
/openbsd-current/libexec/ld.so/
H A Dresolve.h279 int _dl_md_reloc(elf_object_t *object, int rel, int relsz);
H A Dloader.c794 fails =_dl_md_reloc(object, DT_REL, DT_RELSZ);
795 fails += _dl_md_reloc(object, DT_RELA, DT_RELASZ);
/openbsd-current/libexec/ld.so/sparc64/
H A Drtld_machine.c206 _dl_md_reloc(elf_object_t *object, int rel, int relasz) function

Completed in 243 milliseconds