Lines Matching refs:macho
158 dwarf_macho_object_access_internals_t *macho = in macho_get_byte_order() local
160 return macho->mo_endian; in macho_get_byte_order()
166 dwarf_macho_object_access_internals_t *macho = in macho_get_length_size() local
168 return macho->mo_offsetsize/8; in macho_get_length_size()
174 dwarf_macho_object_access_internals_t *macho = in macho_get_pointer_size() local
176 return macho->mo_pointersize/8; in macho_get_pointer_size()
182 dwarf_macho_object_access_internals_t *macho = in macho_get_section_count() local
184 return macho->mo_dwarf_sectioncount; in macho_get_section_count()
192 dwarf_macho_object_access_internals_t *macho = in macho_get_section_info() local
196 if (section_index < macho->mo_dwarf_sectioncount) { in macho_get_section_info()
199 sp = macho->mo_dwarf_sections + section_index; in macho_get_section_info()
216 dwarf_macho_object_access_internals_t *macho = in macho_load_section() local
220 section_index < macho->mo_dwarf_sectioncount) { in macho_load_section()
224 macho->mo_dwarf_sections + section_index; in macho_load_section()
233 macho->mo_filesize) { in macho_load_section()
243 res = RRMOA(macho->mo_fd, in macho_load_section()
245 (size_t)sp->size, (off_t)macho->mo_filesize, error); in macho_load_section()