Searched refs:section (Results 1 - 25 of 103) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_init.h35 extern void vm_mem_bootstrap(void) __attribute__((section("__TEXT, initcode")));
36 extern void vm_mem_init(void) __attribute__((section("__TEXT, initcode")));
H A Dmemory_object.h78 void memory_manager_default_init(void) __attribute__((section("__TEXT, initcode")));
81 void memory_object_control_bootstrap(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_init.h125 extern void ipc_bootstrap(void) __attribute__((section("__TEXT, initcode")));
128 extern void ipc_init(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dinit.h62 extern void net_init_run(void) __attribute__((section("__TEXT, initcode")));
H A Dif_vlan_var.h90 int vlan_family_init(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkern_memorystatus.h56 extern void kern_memorystatus_init(void) __attribute__((section("__TEXT, initcode")));
H A Dsemaphore.h66 void psem_cache_init(void) __attribute__((section("__TEXT, initcode")));
H A Dsys_domain.h108 int kern_event_init(void) __attribute__((section("__TEXT, initcode")));
109 int kern_control_init(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhost_notify.h48 void host_notify_init(void) __attribute__((section("__TEXT, initcode")));
H A Dstartup.h45 extern void kernel_bootstrap(void) __attribute__((section("__TEXT, initcode")));
H A Dmk_timer.h59 void mk_timer_init(void) __attribute__((section("__TEXT, initcode")));
H A Dkalloc.h84 extern void kalloc_init(void) __attribute__((section("__TEXT, initcode")));
H A Dsync_sema.h64 extern void semaphore_init(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.h65 struct section *getsectbyname(const char *seg_name, const char *sect_name);
66 struct section *getsectbynamefromheader(
71 struct section *firstsect(struct segment_command *sgp);
72 struct section *nextsect(struct segment_command *sgp, struct section *sp);
H A Dmach_header.c100 * This routine returns the a pointer to the data for the named section in the
102 * the size of the section data indirectly through the pointer size. Otherwise
114 const struct section *sp;
118 if(sp == (struct section *)0){
155 * This routine returns the section structure for the named section in the
161 struct section *
168 struct section *sp;
177 sp = (struct section *)((char *)sgp +
185 sp = (struct section *)((cha
[all...]
H A Dsys_domain.c42 void systemdomain_init(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/iokit/mach-o/
H A Dmach_header.h67 struct section *getsectbyname(const char *seg_name, const char *sect_name);
68 struct section *getsectbynamefromheader(
73 struct section *firstsect(struct segment_command *sgp);
74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dmach_header.h67 struct section *getsectbyname(const char *seg_name, const char *sect_name);
68 struct section *getsectbynamefromheader(
73 struct section *firstsect(struct segment_command *sgp);
74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.h67 struct section *getsectbyname(const char *seg_name, const char *sect_name);
68 struct section *getsectbynamefromheader(
73 struct section *firstsect(struct segment_command *sgp);
74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
H A Dmach_header.c107 * This routine returns the a pointer to the data for the named section in the
109 * the size of the section data indirectly through the pointer size. Otherwise
124 const struct section *sp;
128 if(sp == (struct section *)0){
166 * This routine returns the section structure for the named section in the
175 struct section *
182 struct section *sp;
191 sp = (struct section *)((char *)sgp +
199 sp = (struct section *)((cha
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dktss.c70 __attribute__ ((section ("__DESC, master_ktss")))
110 __attribute__ ((section ("__DESC, master_sstk")))
123 __attribute__ ((section ("__DESC, master_dftss")))
161 __attribute__ ((section ("__DESC, master_mctss")))
197 __attribute__ ((section ("__DESC, master_dbtss")))
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSRuntime.cpp165 // obtain a 32 bit destructor section for C++ objects, and call each of the
170 struct section * section; local
172 for (section = firstsect(segment);
173 section != 0;
174 section = nextsect(segment, section)) {
176 if (strcmp(section->sectname, "__destructor") == 0) {
177 structor_t * destructors = (structor_t *)section->addr;
180 int num_destructors = section
265 struct section * section; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Digmp_var.h117 void igmp_init(void) __attribute__((section("__TEXT, initcode")));
H A Dip_encap.h78 void encap_init(void) __attribute__((section("__TEXT, initcode")));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Daligned_data.s181 /* in the __HIB section since the hibernate restore code uses this stack. */
182 .section __HIB, __data
196 /* back to the regular __DATA section. */
198 .section __DATA, __data
207 .section __DATA, __data

Completed in 98 milliseconds

12345