Symbol: linker_file
sys/arm/arm/unwind.c
222
unwind_module_loaded(struct linker_file *lf)
sys/arm/arm/unwind.c
250
unwind_module_unloaded(struct linker_file *lf)
sys/arm/arm/unwind.c
284
struct linker_file thekernel;
sys/arm/include/stack.h
60
struct linker_file;
sys/arm/include/stack.h
61
void unwind_module_loaded(struct linker_file *);
sys/arm/include/stack.h
62
void unwind_module_unloaded(struct linker_file *);
sys/cddl/compat/opensolaris/sys/modctl.h
35
typedef struct linker_file modctl_t;
sys/cddl/dev/fbt/fbt.h
61
struct linker_file;
sys/cddl/dev/fbt/fbt.h
67
int fbt_provide_module_function(struct linker_file *, int,
sys/cddl/dev/kinst/kinst.h
78
struct linker_file;
sys/cddl/dev/kinst/kinst.h
84
void kinst_probe_create(struct kinst_probe *, struct linker_file *);
sys/cddl/dev/kinst/kinst.h
89
int kinst_make_probe(struct linker_file *, int, struct linker_symval *,
sys/cddl/dev/sdt/sdt.c
373
sdt_kld_load_providers(struct linker_file *lf)
sys/cddl/dev/sdt/sdt.c
392
sdt_kld_load_probes(struct linker_file *lf)
sys/cddl/dev/sdt/sdt.c
440
sdt_kld_load(void *arg __unused, struct linker_file *lf)
sys/cddl/dev/sdt/sdt.c
447
sdt_kld_unload_providers(struct linker_file *lf)
sys/cddl/dev/sdt/sdt.c
482
sdt_kld_unload_probes(struct linker_file *lf)
sys/cddl/dev/sdt/sdt.c
564
sdt_kld_unload_try(void *arg __unused, struct linker_file *lf, int *error)
sys/cddl/dev/sdt/sdt.c
79
static void sdt_kld_load(void *, struct linker_file *);
sys/cddl/dev/sdt/sdt.c
80
static void sdt_kld_unload_try(void *, struct linker_file *, int *);
sys/compat/linprocfs/linprocfs.c
1833
struct linker_file *lf;
sys/kern/kern_linker.c
153
const char *modname, struct linker_file *parent,
sys/kern/kern_linker.c
154
const struct mod_depend *verinfo, struct linker_file **lfpp);
sys/kern/kern_linker.c
2249
struct linker_file *parent, const struct mod_depend *verinfo,
sys/kern/kern_linker.c
2250
struct linker_file **lfpp)
sys/kern/kern_linker.c
79
const int kld_off_address = offsetof(struct linker_file, address);
sys/kern/kern_linker.c
80
const int kld_off_filename = offsetof(struct linker_file, filename);
sys/kern/kern_linker.c
81
const int kld_off_pathname = offsetof(struct linker_file, pathname);
sys/kern/kern_linker.c
82
const int kld_off_next = offsetof(struct linker_file, link.tqe_next);
sys/kern/kern_module.c
49
struct linker_file *file; /* file which contains this module */
sys/kern/link_elf.c
78
struct linker_file lf; /* Common fields */
sys/kern/link_elf.c
879
link_elf_locate_exidx_preload(struct linker_file *lf, caddr_t modptr)
sys/kern/link_elf_obj.c
93
struct linker_file lf; /* Common fields */
sys/sys/eventhandler.h
283
struct linker_file;
sys/sys/eventhandler.h
284
typedef void (*kld_load_fn)(void *, struct linker_file *);
sys/sys/eventhandler.h
286
typedef void (*kld_unload_try_fn)(void *, struct linker_file *, int *);
sys/sys/linker.h
48
typedef struct linker_file* linker_file_t;
sys/sys/linker.h
49
typedef TAILQ_HEAD(, linker_file) linker_file_list_t;
sys/sys/linker.h
79
TAILQ_ENTRY(linker_file) link; /* list of all loaded files */
sys/sys/linker.h
98
TAILQ_ENTRY(linker_file) loaded; /* preload dependency support */
sys/sys/module.h
225
struct linker_file;
sys/sys/module.h
228
int module_register(const struct moduledata *, struct linker_file *);
sys/sys/module.h
239
struct linker_file *module_file(module_t);
sys/sys/sdt.h
440
struct linker_file;
sys/sys/sdt.h
463
struct linker_file *sdtp_lf; /* Module in which we're defined. */