Searched defs:obj_file (Results 1 – 1 of 1) sorted by relevance
561 struct obj_file { struct564 struct obj_section **sections;565 struct obj_section *load_order;566 struct obj_section **load_order_search_start;567 struct obj_string_patch *string_patches;568 struct obj_symbol_patch *symbol_patches;569 int (*symbol_cmp)(const char *, const char *); /* cant be FAST_FUNC */570 unsigned long (*symbol_hash)(const char *) FAST_FUNC;571 unsigned long local_symtab_size;572 struct obj_symbol **local_symtab;[all …]