Lines Matching refs:sect
184 struct section_64 sect; in scan_macho_load_commands() local
185 memset(§, 0, sizeof(struct section_64)); in scan_macho_load_commands()
186 memcpy(§, offset, sizeof(struct section_64)); in scan_macho_load_commands()
188 baton->mach_header_start + sect.offset; in scan_macho_load_commands()
190 struct section sect; in scan_macho_load_commands() local
191 memset(§, 0, sizeof(struct section)); in scan_macho_load_commands()
192 memcpy(§, offset, sizeof(struct section)); in scan_macho_load_commands()
194 baton->mach_header_start + sect.offset; in scan_macho_load_commands()
199 struct section_64 sect; in scan_macho_load_commands() local
200 memset(§, 0, sizeof(struct section_64)); in scan_macho_load_commands()
201 memcpy(§, offset, sizeof(struct section_64)); in scan_macho_load_commands()
202 baton->eh_section_file_address = sect.addr; in scan_macho_load_commands()
204 struct section sect; in scan_macho_load_commands() local
205 memset(§, 0, sizeof(struct section)); in scan_macho_load_commands()
206 memcpy(§, offset, sizeof(struct section)); in scan_macho_load_commands()
207 baton->eh_section_file_address = sect.addr; in scan_macho_load_commands()
212 struct section_64 sect; in scan_macho_load_commands() local
213 memset(§, 0, sizeof(struct section_64)); in scan_macho_load_commands()
214 memcpy(§, offset, sizeof(struct section_64)); in scan_macho_load_commands()
215 baton->text_section_vmaddr = sect.addr; in scan_macho_load_commands()
216 baton->text_section_file_offset = sect.offset; in scan_macho_load_commands()
218 struct section sect; in scan_macho_load_commands() local
219 memset(§, 0, sizeof(struct section)); in scan_macho_load_commands()
220 memcpy(§, offset, sizeof(struct section)); in scan_macho_load_commands()
221 baton->text_section_vmaddr = sect.addr; in scan_macho_load_commands()