HomeSort by relevance Sort by last modified time
    Searched refs:punt (Results 1 - 25 of 73) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.h 109 #define tc_frob_symbol(sym, punt) punt = xgate_frob_symbol (sym)
tc-nios2.h 70 #define tc_frob_symbol(symp, punt) punt = nios2_frob_symbol (symp) ? 1 : punt
tc-hppa.h 140 #define tc_frob_symbol(sym,punt) \
144 punt = 1
180 #define tc_frob_symbol(sym,punt) \
193 punt = 1; \
obj-ecoff.h 49 #define obj_frob_symbol(symp, punt) ecoff_frob_symbol (symp)
obj-macho.h 76 #define obj_frob_symbol(s, punt) punt = obj_mach_o_frob_symbol(s)
tc-cris.h 123 #define tc_frob_symbol(symp, punt) \
128 (punt) = 1; \
tc-m68k.h 110 #define tc_frob_symbol(sym,punt) \
114 punt = 1; \
obj-elf.h 234 #define obj_frob_symbol(symp, punt) elf_frob_symbol (symp, &punt)
tc-aarch64.h 161 # define obj_frob_symbol(sym, punt) aarch64elf_frob_symbol ((sym), & (punt))
tc-ppc.h 186 #define tc_frob_symbol(sym, punt) punt = ppc_frob_symbol (sym)
tc-sh64.h 157 #define tc_frob_symbol(symp, punt) \
160 punt = sh64_exclude_symbol (symp); \
tc-mmix.h 145 #define tc_frob_symbol(sym, punt) \
tc-arm.h 274 # define obj_frob_symbol(sym, punt) armelf_frob_symbol ((sym), & (punt))
obj-coff.c 1220 coff_frob_symbol (symbolS *symp, int *punt)
1229 *punt = 1;
1255 *punt = 1;
1266 *punt = 1;
    [all...]
obj-aout.c 28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED)
obj-evax.c 101 evax_frob_symbol (symbolS *sym, int *punt)
112 *punt = 1;
  /toolchain/binutils/binutils-2.25/bfd/
netbsd-core.c 94 goto punt;
100 goto punt;
105 goto punt;
131 goto punt;
165 goto punt;
231 punt:
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java     [all...]
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 202 {"x\\.com", "myhostname", hostLookupCgo}, // punt on weird glibc escape
  /prebuilts/go/linux-x86/src/net/
conf_test.go 202 {"x\\.com", "myhostname", hostLookupCgo}, // punt on weird glibc escape
  /toolchain/binutils/binutils-2.25/gas/
write.c 2026 int punt = 0; local
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 92 // The maker can return a nullish value to abort or punt on an experiment,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 182 // Look for anything we want to punt on.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 182 // Look for anything we want to punt on.
  /external/dexmaker/lib/
dalvik-dx-1.jar 

Completed in 450 milliseconds

1 2 3