Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dlinker.h70 struct linker_file_ops { struct
125 struct linker_file_ops* ops;
200 struct linker_file_ops* _ops);
/dragonfly/sys/kern/
H A Dlink_elf.c72 static struct linker_file_ops link_elf_file_ops = {
80 static struct linker_file_ops link_elf_module_ops = {
H A Dlink_elf_obj.c74 static struct linker_file_ops link_elf_obj_file_ops = {
H A Dkern_linker.c445 linker_make_file(const char* pathname, void* priv, struct linker_file_ops* ops) in linker_make_file()