Lines Matching refs:file_address
70 uint64_t file_address; member
75 return (int)((struct symbol *)a)->file_address - in symbol_compare()
76 ((struct symbol *)b)->file_address; in symbol_compare()
331 baton->symbols[baton->symbols_count].file_address = nlist.n_value; in scan_macho_load_commands()
333 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
334 baton->symbols[baton->symbols_count].file_address & ~1; in scan_macho_load_commands()
361 baton->symbols[baton->symbols_count].file_address = nlist.n_value; in scan_macho_load_commands()
363 baton->symbols[baton->symbols_count].file_address = in scan_macho_load_commands()
364 baton->symbols[baton->symbols_count].file_address & ~1; in scan_macho_load_commands()
419 search_key.file_address = baton->function_start_addresses[i]; in scan_macho_load_commands()
421 search_key.file_address = search_key.file_address & ~1; in scan_macho_load_commands()
437 search_key.file_address = baton->function_start_addresses[i]; in scan_macho_load_commands()
439 search_key.file_address = search_key.file_address & ~1; in scan_macho_load_commands()
446 baton->symbols[baton->symbols_count + number_symbols_added].file_address = in scan_macho_load_commands()
1172 uint64_t file_address = baton.first_level_index_entry.functionOffset + in print_function_encoding() local
1176 file_address = file_address & ~1; in print_function_encoding()
1180 idx, entry_func_offset, file_address, entry_encoding_index_str, encoding); in print_function_encoding()
1185 baton.symbols[i].file_address <= file_address) { in print_function_encoding()
1189 if (baton.symbols[i].file_address <= file_address && in print_function_encoding()
1190 baton.symbols[i + 1].file_address > file_address) { in print_function_encoding()
1199 int offset = file_address - symbol->file_address; in print_function_encoding()