Searched refs:do_reloc (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dxtensa-isa-internal.h87 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ member in struct:xtensa_operand_internal_struct
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxtensa-isa-internal.h87 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ member in struct:xtensa_operand_internal_struct
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxtensa-isa-internal.h87 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ member in struct:xtensa_operand_internal_struct
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxtensa-isa-internal.h87 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ member in struct:xtensa_operand_internal_struct
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_gem.c706 bool do_reloc = false, sync = false; local
770 req->nr_buffers, &op, &do_reloc);
778 if (do_reloc) {
883 if (do_reloc) {
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxtensa-isa.c1193 if (!intop->do_reloc)
1196 strcpy (xtisa_error_msg, "operand missing do_reloc function");
1200 if ((*intop->do_reloc) (valp, pc))
1204 "do_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dxtensa-isa.c1204 if (!intop->do_reloc)
1207 strcpy (xtisa_error_msg, "operand missing do_reloc function");
1211 if ((*intop->do_reloc) (valp, pc))
1215 "do_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dxtensa-isa.c1192 if (!intop->do_reloc)
1195 strcpy (xtisa_error_msg, "operand missing do_reloc function");
1199 if ((*intop->do_reloc) (valp, pc))
1203 "do_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dxtensa-isa.c1204 if (!intop->do_reloc)
1207 strcpy (xtisa_error_msg, "operand missing do_reloc function");
1211 if ((*intop->do_reloc) (valp, pc))
1215 "do_reloc failed for value 0x%08x at PC 0x%08x", *valp, pc);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c221 static bfd_boolean do_reloc = FALSE;
4736 do_reloc = TRUE;
4769 do_reloc = TRUE;
4924 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
4933 do_dynamic = do_syms = do_reloc = do_unwind = do_sections = TRUE;
7475 if (!do_reloc)
20530 do_syms = do_dyn_syms = do_reloc = FALSE;
20773 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
219 static bfd_boolean do_reloc = FALSE; variable
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c226 static bool do_reloc = false;
5447 do_reloc = true;
5480 do_reloc = true;
5698 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
5707 do_dynamic = do_syms = do_reloc = do_unwind = do_sections = true;
8349 if (!do_reloc)
22330 do_syms = do_dyn_syms = do_reloc = false;
22549 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
224 static bool do_reloc = false; variable
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c229 static bool do_reloc = false;
5915 do_reloc = true;
5948 do_reloc = true;
6186 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
6195 do_dynamic = do_syms = do_reloc = do_unwind = do_sections = true;
8895 if (!do_reloc)
23133 do_syms = do_dyn_syms = do_reloc = false;
23352 if (!do_dynamic && !do_syms && !do_reloc && !do_unwind && !do_sections
227 static bool do_reloc = false; variable

Completed in 589 milliseconds