Home
last modified time | relevance | path

Searched refs:obj_frag_data (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c1385 gas_assert (frag_now->obj_frag_data.subsection == NULL); in obj_mach_o_frob_label()
1386 frag_now->obj_frag_data.subsection = sp; in obj_mach_o_frob_label()
1653 if (frag->obj_frag_data.subsection == NULL) in obj_mach_o_set_subsections()
1654 frag->obj_frag_data.subsection = cur_subsection; in obj_mach_o_set_subsections()
1657 cur_subsection = frag->obj_frag_data.subsection; in obj_mach_o_set_subsections()
1954 return fa->obj_frag_data.subsection != fb->obj_frag_data.subsection; in obj_mach_o_in_different_subsection()
1981 symbolS *subsec = fix->fx_frag->obj_frag_data.subsection; in obj_mach_o_force_reloc()
/toolchain/binutils/binutils-2.25/gas/
Dfrags.h103 OBJ_FRAG_TYPE obj_frag_data; member