Searched refs:code_factor (Results 1 – 2 of 2) sorted by relevance
5465 unsigned int code_factor; member5786 fc->code_factor = LEB (); in read_cie()5933 fc->code_factor, fc->data_factor, fc->ra); in display_debug_frames()5945 printf (" Code alignment factor: %u\n", fc->code_factor); in display_debug_frames()6057 fc->code_factor = cie->code_factor; in display_debug_frames()6280 opa * fc->code_factor, in display_debug_frames()6282 fc->pc_begin + opa * fc->code_factor, in display_debug_frames()6284 fc->pc_begin += opa * fc->code_factor; in display_debug_frames()6335 (unsigned long) (ofs * fc->code_factor), in display_debug_frames()6337 fc->pc_begin + ofs * fc->code_factor, in display_debug_frames()[all …]
204 unsigned long format, addr_type, code_factor; in cr16c_elf_final_link_relocate() local224 code_factor = ((addr_type == R_CODE_ADDR) ? 1 : 0); in cr16c_elf_final_link_relocate()428 value = value + (plus_factor >> code_factor); in cr16c_elf_final_link_relocate()