Home
last modified time | relevance | path

Searched refs:proglist (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/libexec/ld.so/ldconfig/
Dprebind_struct.h30 struct proglist { struct
31 TAILQ_ENTRY(proglist) list;
41 extern struct proglist *curbin; argument
44 typedef TAILQ_HEAD(, proglist) prog_list_ty;
51 void elf_print_curbin_list(struct proglist *bin);
60 int elf_prep_bin_prebind(struct proglist *pl);
61 void elf_calc_fixups(struct proglist *pl, struct objlist *ol, int libidx);
Dprebind.c80 struct proglist *curbin;
92 struct proglist *proglist; member
148 struct proglist *elf_newbin(void);
151 int elf_prep_bin_prebind(struct proglist *pl);
322 objarray[object->dyn.null].proglist = curbin; in load_exe()
774 struct proglist *
777 struct proglist *proglist; in elf_newbin() local
778 proglist = malloc(sizeof (struct proglist)); in elf_newbin()
779 if (proglist == NULL) { in elf_newbin()
783 proglist->fixup = NULL; in elf_newbin()
[all …]
Ddebug.c142 struct proglist *pl; in elf_print_prog_list()
152 elf_print_curbin_list(struct proglist *bin) in elf_print_curbin_list()