SYMBOL INDEX (86 symbols across 9 files) FILE: macho_reader.c type fat_header (line 13) | struct fat_header type fat_arch (line 14) | struct fat_arch type mach_header (line 16) | struct mach_header type mach_header_64 (line 17) | struct mach_header_64 type load_command (line 19) | struct load_command type segment_command (line 21) | struct segment_command type segment_command_64 (line 22) | struct segment_command_64 type _cpu_type_names (line 24) | struct _cpu_type_names { type _cpu_type_names (line 29) | struct _cpu_type_names function get_cpu_type_count (line 36) | int get_cpu_type_count() { type _cpu_type_names (line 41) | struct _cpu_type_names type mach_header (line 51) | struct mach_header type mach_header_64 (line 55) | struct mach_header_64 function get_magic (line 59) | uint32_t get_magic(FILE *stream, int offset) { function is_magic_macho (line 67) | int is_magic_macho(const uint32_t magic) { function is_magic_64 (line 76) | int is_magic_64(const uint32_t magic) { function is_should_swap_bytes (line 80) | int is_should_swap_bytes(const uint32_t magic) { function is_fat (line 84) | int is_fat(const uint32_t magic) { type fat_header (line 88) | struct fat_header type fat_header (line 89) | struct fat_header type fat_arch (line 100) | struct fat_arch type fat_arch (line 101) | struct fat_arch function offset_for_arch (line 113) | uint32_t offset_for_arch(FILE *stream, const int index, const int swap_b... type mach_header (line 121) | struct mach_header type mach_header (line 122) | struct mach_header type mach_header_64 (line 134) | struct mach_header_64 type mach_header_64 (line 135) | struct mach_header_64 type load_command (line 147) | struct load_command type load_command (line 148) | struct load_command type segment_command (line 160) | struct segment_command type segment_command (line 161) | struct segment_command type segment_command_64 (line 173) | struct segment_command_64 type segment_command_64 (line 174) | struct segment_command_64 type segment_command (line 186) | struct segment_command type mach_header (line 186) | struct mach_header type load_command (line 189) | struct load_command type segment_command (line 191) | struct segment_command type segment_command_64 (line 204) | struct segment_command_64 type mach_header_64 (line 204) | struct mach_header_64 type load_command (line 208) | struct load_command type segment_command_64 (line 210) | struct segment_command_64 FILE: macho_reader.h type mach_header (line 11) | struct mach_header type mach_header_64 (line 12) | struct mach_header_64 type fat_header (line 13) | struct fat_header type mach_header (line 16) | struct mach_header type mach_header_64 (line 17) | struct mach_header_64 type fat_header (line 26) | struct fat_header type mach_header (line 29) | struct mach_header type mach_header_64 (line 30) | struct mach_header_64 type segment_command (line 32) | struct segment_command type mach_header (line 32) | struct mach_header type segment_command_64 (line 34) | struct segment_command_64 type mach_header_64 (line 34) | struct mach_header_64 FILE: macho_retriever.c function max_number_of_archives (line 9) | int max_number_of_archives() { return get_cpu_type_count(); } type bitcode_archive (line 11) | struct bitcode_archive type bitcode_archive (line 12) | struct bitcode_archive type bitcode_archive (line 12) | struct bitcode_archive type bitcode_archive (line 23) | struct bitcode_archive type mach_header (line 24) | struct mach_header type segment_command (line 26) | struct segment_command type bitcode_archive (line 32) | struct bitcode_archive type bitcode_archive (line 38) | struct bitcode_archive type mach_header_64 (line 39) | struct mach_header_64 type segment_command_64 (line 41) | struct segment_command_64 type bitcode_archive (line 47) | struct bitcode_archive type bitcode_archive (line 53) | struct bitcode_archive function is_macho (line 65) | int is_macho(FILE *stream) { function retrieve_bitcode (line 70) | void retrieve_bitcode(FILE *stream, struct bitcode_archive *bitcodes[], ... FILE: macho_retriever.h type bitcode_archive (line 11) | struct bitcode_archive { type bitcode_archive (line 17) | struct bitcode_archive type bitcode_archive (line 18) | struct bitcode_archive type bitcode_archive (line 19) | struct bitcode_archive type bitcode_archive (line 21) | struct bitcode_archive type bitcode_archive (line 26) | struct bitcode_archive FILE: macho_util.c type bitcode_archive (line 22) | struct bitcode_archive function extract_xar (line 38) | int extract_xar(const char *path, const char *cpu, char *files[], int *c... function write_to_bitcode (line 118) | int write_to_bitcode(struct bitcode_archive *bitcode, char *files[], int... function get_options (line 138) | int get_options(xmlNode *option_parent, char *options[], int *size) { function get_linker_options (line 150) | int get_linker_options(xmlNode *a_node, char *options[], int *size) { function retrieve_toc (line 164) | int retrieve_toc(const char *xar_path, const char *toc_path) { function retrieve_linker_options (line 175) | int retrieve_linker_options(const char *xar_path, char *options[], int *... FILE: macho_util.h type bitcode_archive (line 12) | struct bitcode_archive type bitcode_archive (line 15) | struct bitcode_archive FILE: main.c function main (line 7) | int main(int argc, char *argv[]) { FILE: subject/main.c function main (line 5) | int main() { FILE: subject/power2.c function power2 (line 1) | int power2(int x) {