SYMBOL INDEX (19 symbols across 2 files) FILE: fishhook.c type mach_header_t (line 35) | typedef struct mach_header_64 mach_header_t; type segment_command_t (line 36) | typedef struct segment_command_64 segment_command_t; type section_t (line 37) | typedef struct section_64 section_t; type nlist_t (line 38) | typedef struct nlist_64 nlist_t; type mach_header_t (line 41) | typedef struct mach_header mach_header_t; type segment_command_t (line 42) | typedef struct segment_command segment_command_t; type section_t (line 43) | typedef struct section section_t; type nlist_t (line 44) | typedef struct nlist nlist_t; type rebindings_entry (line 48) | struct rebindings_entry { type rebindings_entry (line 54) | struct rebindings_entry function prepend_rebindings (line 56) | static int prepend_rebindings(struct rebindings_entry **rebindings_head, function perform_rebinding_with_section (line 75) | static void perform_rebinding_with_section(struct rebindings_entry *rebi... function rebind_symbols_for_image (line 106) | static void rebind_symbols_for_image(struct rebindings_entry *rebindings, function _rebind_symbols_for_image (line 164) | static void _rebind_symbols_for_image(const struct mach_header *header, function rebind_symbols_image (line 169) | int rebind_symbols_image(void *header, function rebind_symbols (line 180) | int rebind_symbols(struct rebinding rebindings[], size_t rebindings_nel) { FILE: fishhook.h type rebinding (line 38) | struct rebinding { type rebinding (line 51) | struct rebinding type rebinding (line 59) | struct rebinding