| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| breakpoint-locs.exp | 20 standard_testfile .cc breakpoint-locs-2.cc 22 include_file breakpoint-locs.h
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| breakpoint-locs.exp | 20 standard_testfile .cc breakpoint-locs-2.cc 22 include_file breakpoint-locs.h
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/ |
| inline-break.exp | 35 # locs - number of locations 52 {enabled "y"} {locs 1} [list line $decimal] \ 63 if {$locs == 1} { 71 for {set i 1} {$i <= $locs} {incr i} { 72 if {$locs > 1} { 79 if {$i < $locs} { 179 set results(2) [break_info_1 2 -locs 2 -source $srcfile -func "func2"] 181 set results(4) [break_info_1 4 -locs 2 -source $srcfile -func "func4b"] 182 set results(5) [break_info_1 5 -locs 2 -source $srcfile -func "func5b"] 183 set results(6) [break_info_1 6 -locs 3 -source $srcfile -func "func6b" [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/ |
| inline-break.exp | 35 # locs - number of locations 52 {enabled "y"} {locs 1} [list line $decimal] \ 63 if {$locs == 1} { 71 for {set i 1} {$i <= $locs} {incr i} { 72 if {$locs > 1} { 79 if {$i < $locs} { 179 set results(2) [break_info_1 2 -locs 2 -source $srcfile -func "func2"] 181 set results(4) [break_info_1 4 -locs 2 -source $srcfile -func "func4b"] 182 set results(5) [break_info_1 5 -locs 2 -source $srcfile -func "func5b"] 183 set results(6) [break_info_1 6 -locs 3 -source $srcfile -func "func6b" [all...] |
| /src/sys/arch/mips/sibyte/dev/ |
| sbsmbus.c | 87 int locs[SMBUSCF_NLOCS]; local 100 locs[SMBUSCF_CHAN] = 0; /* XXX */ 101 locs[SMBUSCF_DEV] = smbus_devs[i].sa_device; 105 .locators = locs));
|
| sbscd.c | 106 int locs[SBSCDCF_NLOCS]; local 114 locs[SBSCDCF_OFFSET] = sb1250_sbscd_devs[i].sa_offset; 115 locs[SBSCDCF_INTR + 0] = 117 locs[SBSCDCF_INTR + 1] = 122 .locators = locs));
|
| sbobio.c | 206 int locs[SBOBIOCF_NLOCS]; local 240 locs[SBOBIOCF_OFFSET] = devs[i].sa_offset; 241 locs[SBOBIOCF_INTR + 0] = devs[i].sa_intr[0]; 242 locs[SBOBIOCF_INTR + 1] = devs[i].sa_intr[1]; 246 .locators = locs));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cselib.h | 37 struct elt_loc_list *locs; member in struct:cselib_val 121 if (!val->locs || val->locs->next 122 || !val->locs->loc || GET_CODE (val->locs->loc) != VALUE 123 || val->uid < CSELIB_VAL_PTR (val->locs->loc)->uid) 126 canon = CSELIB_VAL_PTR (val->locs->loc);
|
| cselib.cc | 149 for (l = v->locs; l; l = l->next) 157 promote other debug locs even for unsuccessful comparison. */ 192 want increment it if all locs in the list that were ever referenced 200 growing loc lists is through nondebug assignments. If the locs 211 loc list would not contain debug locs any more. 223 /* Count values whose locs have been taken exclusively from debug 280 VALUEs. A VALUE is deemed useless if its "locs" field is null. */ 312 struct elt_loc_list *el, *next = val->locs; 324 next = val->locs; 344 if (CSELIB_VAL_PTR (loc)->locs) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cselib.h | 37 struct elt_loc_list *locs; member in struct:cselib_val 121 if (!val->locs || val->locs->next 122 || !val->locs->loc || GET_CODE (val->locs->loc) != VALUE 123 || val->uid < CSELIB_VAL_PTR (val->locs->loc)->uid) 126 canon = CSELIB_VAL_PTR (val->locs->loc);
|
| cselib.cc | 145 for (l = v->locs; l; l = l->next) 178 want increment it if all locs in the list that were ever referenced 186 growing loc lists is through nondebug assignments. If the locs 197 loc list would not contain debug locs any more. 209 /* Count values whose locs have been taken exclusively from debug 266 VALUEs. A VALUE is deemed useless if its "locs" field is null. */ 298 struct elt_loc_list *el, *next = val->locs; 310 next = val->locs; 330 if (CSELIB_VAL_PTR (loc)->locs) 332 /* Bring all locs from LOC to VAL. * [all...] |
| /src/sys/arch/pmax/ibus/ |
| ibus.c | 52 int locs[IBUSCF_NLOCS]; local 67 locs[IBUSCF_ADDR] = (int32_t)MIPS_KSEG1_TO_PHYS(ia->ia_addr); 71 .locators = locs));
|
| /src/sys/dev/tc/ |
| ioasic_subr.c | 61 int locs[IOASICCF_NLOCS]; local 74 locs[IOASICCF_OFFSET] = ioasic_devs[i].iad_offset; 77 .locators = locs));
|
| tc.c | 79 int locs[TCCF_NLOCS]; local 135 locs[TCCF_SLOT] = builtin->tcb_slot; 136 locs[TCCF_OFFSET] = builtin->tcb_offset; 142 .locators = locs)); 180 locs[TCCF_SLOT] = i; 181 locs[TCCF_OFFSET] = 0; 187 .locators = locs));
|
| /src/sys/arch/alpha/mcbus/ |
| mcbus.c | 125 int locs[MCBUSCF_NLOCS]; local 147 locs[MCBUSCF_MID] = 1; 150 .locators = locs)); 165 locs[MCBUSCF_MID] = mid; 169 .locators = locs)); 195 locs[MCBUSCF_MID] = mid; 198 .locators = locs));
|
| /src/sys/arch/alpha/gbus/ |
| gbus.c | 117 int locs[GBUSCF_NLOCS]; local 128 locs[GBUSCF_OFFSET] = gaa.ga_offset; 131 .locators = locs));
|
| /src/sys/arch/emips/ebus/ |
| ebus.c | 53 int locs[EBUSCF_NLOCS]; local 83 locs[EBUSCF_ADDR] = ia->ia_paddr; 87 .locators = locs)) == NULL) {
|
| /src/sys/arch/x86/pci/ |
| amdpcib.c | 81 amdpcib_search(device_t parent, cfdata_t cf, const int *locs, void *aux) 86 CFARGS(.locators = locs));
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCCCState.h | 34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) 35 : CCState(CC, isVarArg, MF, locs, C) {} 47 SmallVectorImpl<CCValAssign> &Locs, LLVMContext &C) 48 : CCState(CC, IsVarArg, MF, Locs, C) {}
|
| /src/sys/arch/alpha/tlsb/ |
| tlsb.c | 130 int locs[TLSBCF_NLOCS]; local 186 locs[TLSBCF_NODE] = node; 190 .locators = locs)); 234 locs[TLSBCF_NODE] = node; 238 .locators = locs));
|
| /src/sys/arch/alpha/sableio/ |
| sableio.c | 142 int locs[SABLEIOCF_NLOCS]; local 170 locs[SABLEIOCF_PORT] = sableio_devs[i].sd_ioaddr; 174 .locators = locs));
|
| /src/sys/arch/powerpc/ibm4xx/dev/ |
| exb.c | 74 int locs[EXBCF_NLOCS]; local 99 locs[EXBCF_ADDR] = ec->ec_addr; 106 .locators = locs));
|
| /src/sys/dev/mca/ |
| mca.c | 137 int locs[MCACF_NLOCS]; local 152 locs[MCACF_SLOT] = slot; 158 .locators = locs));
|
| /src/tests/bin/sh/ |
| t_input.sh | 111 for locs in '0 225' '0 224' '0 127 223' '0 10 15' '0 48 55' \ 117 set -- $locs 153 atf_fail "${locs}: build failure"
|
| /src/sys/dev/isa/ |
| isa.c | 147 int locs[ISACF_NLOCS]; local 154 memcpy(locs, locators, sizeof(locs)); 162 if (locs[ISACF_SIZE] == -1) 163 locs[ISACF_SIZE] = ISACF_SIZE_DEFAULT; 164 if (locs[ISACF_IOSIZ] == -1) 165 locs[ISACF_IOSIZ] = ISACF_IOSIZ_DEFAULT; 169 .locators = locs));
|