Searched refs:do_reloc (Results 1 – 6 of 6) sorted by relevance
87 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ member
1199 if (!intop->do_reloc) in xtensa_operand_do_reloc()1206 if ((*intop->do_reloc) (valp, pc)) in xtensa_operand_do_reloc()
227 static bool do_reloc = false; variable5912 do_reloc = true; in parse_args()5945 do_reloc = true; in parse_args()6183 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections in parse_args()6192 do_dynamic = do_syms = do_reloc = do_unwind = do_sections = true; in parse_args()8892 if (!do_reloc) in process_relocs()23130 do_syms = do_dyn_syms = do_reloc = false; in process_object()23349 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections in process_archive()
1479 (do_reloc, do_sections, do_section_groups, do_section_details,