Home
last modified time | relevance | path

Searched refs:sub_symbol_segment (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dwrite.c951 segT sub_symbol_segment; in fixup_segment() local
953 sub_symbol_segment = S_GET_SEGMENT (fixP->fx_subsy); in fixup_segment()
955 && sub_symbol_segment == add_symbol_segment in fixup_segment()
970 else if (sub_symbol_segment == absolute_section in fixup_segment()
978 else if (sub_symbol_segment == this_segment in fixup_segment()
1006 || sub_symbol_segment == reg_section)) in fixup_segment()
1015 segment_name (sub_symbol_segment)); in fixup_segment()
1017 else if (sub_symbol_segment != undefined_section in fixup_segment()
1018 && ! bfd_is_com_section (sub_symbol_segment) in fixup_segment()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-avr.c1249 segT add_symbol_segment, sub_symbol_segment; in avr_validate_fix_sub() local
1267 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy); in avr_validate_fix_sub()
1268 return (sub_symbol_segment == add_symbol_segment); in avr_validate_fix_sub()
Dobj-macho.c1593 segT sub_symbol_segment = S_GET_SEGMENT (fixP->fx_subsy); in obj_mach_o_check_before_writing() local
1601 S_GET_NAME (fixP->fx_subsy), segment_name (sub_symbol_segment)); in obj_mach_o_check_before_writing()
Dtc-tic6x.c4539 segT sub_symbol_segment; in tc_gen_reloc() local
4542 sub_symbol_segment = S_GET_SEGMENT (t); in tc_gen_reloc()
4543 if (sub_symbol_segment == undefined_section) in tc_gen_reloc()
Dtc-nds32.c5959 segT sub_symbol_segment; in nds32_validate_fix_sub() local
5966 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy); in nds32_validate_fix_sub()
5967 return (sub_symbol_segment == add_symbol_segment in nds32_validate_fix_sub()
Dtc-xtensa.c5765 segT add_symbol_segment, sub_symbol_segment; in xtensa_validate_fix_sub() local
5782 sub_symbol_segment = S_GET_SEGMENT (fix->fx_subsy); in xtensa_validate_fix_sub()
5783 return (sub_symbol_segment == add_symbol_segment); in xtensa_validate_fix_sub()