Lines Matching refs:act

6467   proposed_action *act;  in ebb_propose_action()  local
6486 act = &c->actions[c->action_count]; in ebb_propose_action()
6487 act->align_type = align_type; in ebb_propose_action()
6488 act->alignment_pow = alignment_pow; in ebb_propose_action()
6489 act->action = action; in ebb_propose_action()
6490 act->offset = offset; in ebb_propose_action()
6491 act->removed_bytes = removed_bytes; in ebb_propose_action()
6492 act->do_action = do_action; in ebb_propose_action()
9474 text_action *act; in translate_reloc() local
9527 act = relax_info->action_list.head; in translate_reloc()
9530 int base_removed = removed_by_actions (&act, base_offset, FALSE); in translate_reloc()
9531 int addend_removed = removed_by_actions (&act, target_offset, FALSE); in translate_reloc()
9538 int tgt_removed = removed_by_actions (&act, target_offset, FALSE); in translate_reloc()
9539 int addend_removed = removed_by_actions (&act, base_offset, FALSE); in translate_reloc()
9862 text_action *act = target_relax_info->action_list.head; in relax_property_section() local
9864 removed_by_actions (&act, old_offset, FALSE); in relax_property_section()
9888 act = target_relax_info->action_list.head; in relax_property_section()
9890 removed_by_actions (&act, old_offset, TRUE); in relax_property_section()
9907 removed_by_actions (&act, old_offset + old_size, TRUE); in relax_property_section()
10165 text_action *act = relax_info->action_list.head; in relax_section_symbols() local
10168 isym->st_value -= removed_by_actions (&act, orig_addr, FALSE); in relax_section_symbols()
10172 removed_by_actions (&act, orig_addr + isym->st_size, FALSE); in relax_section_symbols()
10190 text_action *act = relax_info->action_list.head; in relax_section_symbols() local
10194 removed_by_actions (&act, orig_addr, FALSE); in relax_section_symbols()
10198 removed_by_actions (&act, orig_addr + sym_hash->size, FALSE); in relax_section_symbols()