Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-wasm32.h40 extern int wasm32_force_relocation (struct fix *);
41 #define TC_FORCE_RELOCATION(fix) wasm32_force_relocation (fix) argument
42 #define TC_FORCE_RELOCATION_LOCAL(fix) 1 argument
43 #define TC_FORCE_RELOCATION_SUB_SAME(fix,seg) wasm32_force_relocation (fix) argument
44 #define TC_FORCE_RELOCATION_SUB_ABS(fix,seg) wasm32_force_relocation (fix) argument
45 #define TC_FORCE_RELOCATION_SUB_LOCAL(fix,seg) wasm32_force_relocation (fix) argument
46 #define TC_VALIDATE_FIX_SUB(fix,seg) wasm32_force_relocation (fix) argument
81 extern bool wasm32_fix_adjustable (struct fix *);
Dtc-xtensa.h24 struct fix;
277 struct fix *jump_around_fix;
327 extern void xtensa_init_fix_data (struct fix *);
329 extern int xtensa_force_relocation (struct fix *);
330 extern int xtensa_validate_fix_sub (struct fix *);
336 extern bool xtensa_fix_adjustable (struct fix *);
360 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix) argument
361 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
362 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) \
363 || xtensa_force_relocation (fix))
[all …]
Dtc-pru.h55 extern int pru_fix_adjustable (struct fix *);
99 #define TC_FORCE_RELOCATION(fix) pru_force_relocation (fix) argument
100 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
101 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) || pru_force_relocation (fix))
102 extern int pru_force_relocation (struct fix *);
137 #define TC_VALIDATE_FIX_SUB(fix, seg) pru_validate_fix_sub (fix) argument
138 extern int pru_validate_fix_sub (struct fix *);
Dtc-ft32.h47 #define TC_FORCE_RELOCATION(fix) ft32_force_relocation (fix) argument
48 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
49 (! SEG_NORMAL (seg) || ft32_force_relocation (fix))
50 extern int ft32_force_relocation (struct fix *);
58 #define TC_VALIDATE_FIX_SUB(fix, seg) ft32_validate_fix_sub (fix) argument
59 extern int ft32_validate_fix_sub (struct fix *);
Dtc-avr.h124 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix) argument
125 #define TC_FORCE_RELOCATION_SUB_SAME(fix, seg) \ argument
126 (GENERIC_FORCE_RELOCATION_SUB_SAME (fix, seg) \
127 || avr_force_relocation (fix))
128 extern int avr_force_relocation (struct fix *);
189 #define TC_VALIDATE_FIX_SUB(fix, seg) avr_validate_fix_sub (fix) argument
190 extern int avr_validate_fix_sub (struct fix *);
252 extern bool avr_fix_adjustable (struct fix *);
Dobj-macho.h113 struct fix;
115 extern int obj_mach_o_force_reloc (struct fix *fix);
116 extern int obj_mach_o_force_reloc_sub_same (struct fix *fix, segT seg);
117 extern int obj_mach_o_force_reloc_sub_local (struct fix *fix, segT seg);
Dtc-d10v.c58 struct d10v_fixup fix[MAX_INSN_FIXUPS]; member
490 fixS *fix) in d10v_insert_operand() argument
502 as_bad_where (fix->fx_file, fix->fx_line, in d10v_insert_operand()
555 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; in build_insn()
567 fixups->fix[fixups->fc].reloc = in build_insn()
572 && (fixups->fix[fixups->fc].reloc == 0)) in build_insn()
576 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 || in build_insn()
577 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18) in build_insn()
578 fixups->fix[fixups->fc].size = 2; in build_insn()
580 fixups->fix[fixups->fc].size = 4; in build_insn()
[all …]
Dtc-nds32.h83 extern long nds32_pcrel_from_section (struct fix *, segT);
84 extern bool nds32_fix_adjustable (struct fix *);
89 extern int nds32_validate_fix_sub (struct fix *, segT);
90 extern int nds32_force_relocation (struct fix *);
98 #define MD_PCREL_FROM_SECTION(fix, sect) nds32_pcrel_from_section (fix, sect) argument
110 #define TC_FORCE_RELOCATION(fix) nds32_force_relocation (fix) argument
120 #define TC_FIX_TYPE struct fix *
187 struct fix *fixup;
Dtc-ip2k.c329 ip2k_force_relocation (fixS * fix) in ip2k_force_relocation() argument
331 switch (fix->fx_r_type) in ip2k_force_relocation()
348 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy) in ip2k_force_relocation()
349 && fix->fx_addsy && S_IS_DEFINED (fix->fx_addsy) in ip2k_force_relocation()
350 && (S_GET_SEGMENT (fix->fx_addsy)->flags & SEC_CODE)) in ip2k_force_relocation()
352 fix->fx_r_type = BFD_RELOC_IP2K_TEXT; in ip2k_force_relocation()
361 return generic_force_reloc (fix); in ip2k_force_relocation()
Dtc-xgate.h24 struct fix;
97 #define TC_FORCE_RELOCATION(fix) tc_xgate_force_relocation (fix) argument
98 extern int tc_xgate_force_relocation (struct fix *);
101 extern int tc_xgate_fix_adjustable (struct fix *);
Dtc-s12z.h21 struct fix;
90 #define TC_FORCE_RELOCATION(fix) tc_s12z_force_relocation (fix) argument
91 extern int tc_s12z_force_relocation (struct fix *);
94 extern bool tc_s12z_fix_adjustable (struct fix *);
Dtc-m32c.h44 extern void m32c_apply_fix (struct fix *, valueT *, segT);
47 extern bool m32c_fix_adjustable (struct fix *);
50 #define TC_FORCE_RELOCATION(fix) m32c_force_relocation (fix) argument
51 extern int m32c_force_relocation (struct fix *);
Dtc-m68hc11.h24 struct fix;
96 #define TC_FORCE_RELOCATION(fix) tc_m68hc11_force_relocation (fix) argument
97 extern int tc_m68hc11_force_relocation (struct fix *);
100 extern int tc_m68hc11_fix_adjustable (struct fix *);
Dtc-frv.h55 struct fix;
56 extern bool frv_fix_adjustable (struct fix *);
59 #define TC_FORCE_RELOCATION(fix) frv_force_relocation (fix) argument
60 extern int frv_force_relocation (struct fix *);
Dtc-mep.h52 extern void mep_apply_fix (struct fix *, valueT *, segT);
61 extern bool mep_fix_adjustable (struct fix *);
68 #define TC_FORCE_RELOCATION(fix) mep_force_relocation (fix) argument
69 extern int mep_force_relocation (struct fix *);
Dtc-iq2000.h53 #define TC_FORCE_RELOCATION(fix) iq2000_force_relocation (fix) argument
61 extern bool iq2000_fix_adjustable (struct fix *);
62 extern int iq2000_force_relocation (struct fix *);
Dtc-xstormy16.h46 extern bool xstormy16_fix_adjustable (struct fix *);
48 #define TC_FORCE_RELOCATION(fix) xstormy16_force_relocation (fix) argument
49 extern int xstormy16_force_relocation (struct fix *);
Dtc-metag.h45 extern bool metag_fix_adjustable (struct fix *);
47 #define TC_FORCE_RELOCATION(fix) metag_force_relocation (fix) argument
48 extern int metag_force_relocation (struct fix *);
Dtc-ia64.h107 extern int ia64_fix_adjustable (struct fix *);
108 extern int ia64_force_relocation (struct fix *);
111 extern void ia64_validate_fix (struct fix *);
116 extern long ia64_pcrel_from_section (struct fix *, segT);
153 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix) argument
154 #define MD_PCREL_FROM_SECTION(fix,sec) ia64_pcrel_from_section (fix, sec) argument
Dtc-score.h46 extern void score_validate_fix (struct fix *);
49 extern int score_force_relocation (struct fix *);
52 extern bool score_fix_adjustable (struct fix *);
60 struct fix *fixp;
/netbsd/src/libexec/httpd/
DCHANGES8 o fix memory leaks. from shm.
9 o fix reading 2 bytes beyond '%', possibly not mapped. from shm.
12 o fix default return value of bozo_set_defaults(), PR#54785.
30 o fix a denial of service attack against initial request contents,
36 .lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix
41 o fix various NULL derefs from malformed headers. mostly from
43 o fix memory leaks in library interface: add bozo_cleanup().
48 o fix array size botch (assertion, not exploitable.) from
60 o fix SSL shutdown sequence. from spz@netbsd.org.
70 o fix CGI '+' parameter handling, some error checking, and a double
[all …]
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dinclhack.def30 fix = {
72 fix = {
109 fix = {
201 fix = {
227 fix = {
268 fix = {
305 fix = {
348 fix = {
363 * declaration on Sun OS 4.x. We must only fix this on Sun OS 4.x, because
368 fix = {
[all …]
Dfixincl.tpl20 * This file contains [=(count "fix")=] fixup descriptions.
47 FOR fix =]
54 (error (sprintf "include fix '%s' has no test text" Hack )) )
55 (. Hack)=] fix
59 some C fix wishes to refer to the regexps it is paired with.
101 * content selection pattern - do fix if pattern found
112 * content bypass pattern - skip fix if pattern found
126 * file selection - do fix if checksum matches
137 * perform the 'test' shell command - do fix on success
213 [=ENDFOR fix=]
[all …]
DChangeLog21 * inclhack.def: Add a fix for MacOS13 SDK function deprecations
102 * inclhack.def: Add new fix on darwin.
161 * inclhack.def (aix_inttypes): New fix.
184 * fixinc.in: Skip machine_name fix on powerpc*-*-linux*.
195 * tests/base/inttypes.h: Update for above fix.
203 * tests/base/inttypes.h: Update for above fix.
290 * inclhack.def (vxworks_iolib_include_unistd): New fix.
318 * inclhack.def (hpux11_pthread_pointer): New fix.
325 * inclhack.def (hppa_hpux11_alloca): New fix.
348 * inclhack.def (solaris_math_12): New fix.
[all …]
/netbsd/src/external/bsd/ipf/dist/
DHISTORY170 3479974 copyright dates are wrong (fix)
208 3439495 ipf_rand_push never called (fix brackets)
209 3437732 getnattype does not need to use ipnat_t (fix variable name)
343 fix ipmon -F
347 fix keep state for ICMP ECHO
356 fix up RST generation for non-Solaris
374 add ratoui() and fix parsing of group numbers to allow 0 - UINT_MAX
380 fix up screen/tty when leaving "top mode" of ipfstat
387 fix handling of map NAT rules with "from/to" host specs
389 fix printout out of source address when using "from/to" with map rules
[all …]

12345678910>>...43