Lines Matching defs:module
65 struct module { struct
66 int total_allocated;
68 Ehdr hdr;
69 Elf64_Word shnum;
70 Elf64_Word phnum;
71 Elf64_Word shstrndx;
72 char *shdrs;
73 Shdr *symhdr, *strhdr;
75 char *depends_on;
77 size_t symsize;
78 char *symspace; /* symbols + strings + hashtbl, or NULL */
79 int flags;
103 struct module_list *head, *tail; argument
105 module_mach * machdata; argument
106 char *ctfdata;
107 size_t ctfsize;
109 char *fbt_tab;
110 size_t fbt_size;
111 size_t fbt_nentries;
112 caddr_t textwin;
113 caddr_t textwin_base;
115 hotinline_desc_t *hi_calls;
117 sdt_probedesc_t *sdt_probes;
118 size_t sdt_nprobes;
119 char *sdt_tab;
120 size_t sdt_size;
122 char *sigdata;
123 size_t sigsize;