Home
last modified time | relevance | path

Searched refs:linker_file (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dstack.h62 struct linker_file;
63 void unwind_module_loaded(struct linker_file *);
64 void unwind_module_unloaded(struct linker_file *);
/f-stack/tools/compat/include/sys/
H A Dlinker.h46 typedef struct linker_file* linker_file_t;
47 typedef TAILQ_HEAD(, linker_file) linker_file_list_t;
70 struct linker_file { struct
76 TAILQ_ENTRY(linker_file) link; /* list of all loaded files */ argument
88 TAILQ_ENTRY(linker_file) loaded; /* preload dependency support */ argument
/f-stack/freebsd/sys/
H A Dlinker.h48 typedef struct linker_file* linker_file_t;
49 typedef TAILQ_HEAD(, linker_file) linker_file_list_t;
72 struct linker_file { struct
79 TAILQ_ENTRY(linker_file) link; /* list of all loaded files */ argument
91 TAILQ_ENTRY(linker_file) loaded; /* preload dependency support */ argument
H A Dmodule.h225 struct linker_file;
228 int module_register(const struct moduledata *, struct linker_file *);
239 struct linker_file *module_file(module_t);
H A Deventhandler.h275 struct linker_file;
276 typedef void (*kld_load_fn)(void *, struct linker_file *);
278 typedef void (*kld_unload_try_fn)(void *, struct linker_file *, int *);
H A Dsdt.h394 struct linker_file;
416 struct linker_file *sdtp_lf; /* Module in which we're defined. */
/f-stack/freebsd/arm/arm/
H A Dunwind.c224 unwind_module_loaded(struct linker_file *lf) in unwind_module_loaded()
252 unwind_module_unloaded(struct linker_file *lf) in unwind_module_unloaded()
286 struct linker_file thekernel; in module_info_init()
/f-stack/freebsd/kern/
H A Dkern_linker.c80 const int kld_off_address = offsetof(struct linker_file, address);
81 const int kld_off_filename = offsetof(struct linker_file, filename);
82 const int kld_off_pathname = offsetof(struct linker_file, pathname);
83 const int kld_off_next = offsetof(struct linker_file, link.tqe_next);
152 const char *modname, struct linker_file *parent,
153 const struct mod_depend *verinfo, struct linker_file **lfpp);
2084 struct linker_file *parent, const struct mod_depend *verinfo, in linker_load_module()
2085 struct linker_file **lfpp) in linker_load_module()
H A Dkern_module.c52 struct linker_file *file; /* file which contains this module */
H A Dlink_elf.c79 struct linker_file lf; /* Common fields */
833 link_elf_locate_exidx_preload(struct linker_file *lf, caddr_t modptr) in link_elf_locate_exidx_preload()
H A Dlink_elf_obj.c94 struct linker_file lf; /* Common fields */