Searched defs:loc (Results 101 - 125 of 485) sorted by last modified time

1234567891011>>

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp153 bool ParseSectionArguments(bool IsPush, SMLoc loc);
382 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) { argument
385 if (ParseSectionArguments(/*IsPush=*/true, loc)) {
400 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { argument
401 return ParseSectionArguments(/*IsPush=*/false, loc);
404 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { argument
558 Error(loc, "DWARF2 only supports one section per compilation unit");
/external/llvm/lib/Support/
H A Draw_ostream.cpp480 off_t loc = ::lseek(FD, 0, SEEK_CUR); local
481 if (loc == (off_t)-1)
484 pos = static_cast<uint64_t>(loc);
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp624 BreakpointLocation *loc = GetLocationAtIndex(i).get(); local
625 loc->GetDescription(s, level);
/external/libvpx/libvpx/
H A Dwebmenc.h34 uint64_t loc; member in struct:cue_entry
/external/libxml2/
H A DHTMLparser.c2392 xmlChar loc[HTML_PARSER_BUFFER_SIZE]; local
2401 if ((CUR >= 'A') && (CUR <= 'Z')) loc[i] = CUR + 0x20;
2402 else loc[i] = CUR;
2408 return(xmlDictLookup(ctxt->dict, loc, i));
2426 xmlChar loc[HTML_PARSER_BUFFER_SIZE]; local
2434 if ((NXT(1+i) >= 'A') && (NXT(1+i) <= 'Z')) loc[i] = NXT(1+i) + 0x20;
2435 else loc[i] = NXT(1+i);
2439 return(xmlDictLookup(ctxt->dict, loc, i));
H A Dxmlschemas.c28365 setDocumentLocatorSplit(void *ctx, xmlSAXLocatorPtr loc) argument
28370 ctxt->user_sax->setDocumentLocator(ctxt->user_data, loc);
H A Dxpath.c5453 xmlLocationSetPtr loc = val->user; local
5454 ret->user = (void *) xmlXPtrLocationSetMerge(NULL, loc);
H A Dxpointer.c1165 xmlLocationSetPtr loc = ctxt->value->user; local
1166 if ((loc != NULL) && (loc->locNr > 0))
1171 xmlNodeSetPtr loc = ctxt->value->nodesetval; local
1172 if ((loc != NULL) && (loc->nodeNr > 0))
1957 * @loc: the location for which the covering range must be computed
1966 xmlXPtrCoveringRange(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr loc) { argument
1967 if (loc == NULL)
1972 switch (loc
2082 xmlXPtrInsideRange(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr loc) argument
[all...]
/external/libunwind/include/
H A Ddwarf.h312 dwarf_loc_t loc[DWARF_NUM_PRESERVED_REGS]; member in struct:dwarf_cursor
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h110 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
113 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
123 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
126 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
136 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
139 if (!DWARF_GET_LOC (loc))
141 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
147 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
150 if (!DWARF_GET_LOC (loc))
152 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc),
172 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
195 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
218 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
238 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h98 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
101 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
111 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
114 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
124 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
127 if (!DWARF_GET_LOC (loc))
129 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
135 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
138 if (!DWARF_GET_LOC (loc))
140 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc),
160 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
183 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
206 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
226 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h95 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
98 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
108 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
111 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
121 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
124 if (!DWARF_GET_LOC (loc))
126 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
132 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
135 if (!DWARF_GET_LOC (loc))
137 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc),
157 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
180 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
203 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
223 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h147 ia64_loc_t loc[IA64_NUM_PREGS]; member in struct:cursor
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h105 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
108 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
118 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
121 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
131 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
134 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc);
144 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
147 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc);
210 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
216 if (DWARF_IS_NULL_LOC (loc))
233 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
256 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
278 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h126 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) argument
132 if (DWARF_IS_NULL_LOC (loc))
135 assert (DWARF_IS_V_LOC (loc));
136 assert (!DWARF_IS_FP_LOC (loc));
138 if (DWARF_IS_REG_LOC (loc))
139 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
142 addr = DWARF_GET_LOC (loc);
152 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
158 if (DWARF_IS_NULL_LOC (loc))
161 assert (DWARF_IS_V_LOC (loc));
177 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) argument
198 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
219 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) argument
240 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h126 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) argument
132 if (DWARF_IS_NULL_LOC (loc))
135 assert (DWARF_IS_V_LOC (loc));
136 assert (!DWARF_IS_FP_LOC (loc));
138 if (DWARF_IS_REG_LOC (loc))
139 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
142 addr = DWARF_GET_LOC (loc);
152 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
158 if (DWARF_IS_NULL_LOC (loc))
161 assert (DWARF_IS_V_LOC (loc));
177 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) argument
198 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
219 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) argument
240 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h96 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
99 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc);
109 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
112 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc);
122 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
125 if (!DWARF_GET_LOC (loc))
127 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
133 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
136 if (!DWARF_GET_LOC (loc))
138 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc),
158 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
181 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
204 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
224 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h111 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
113 if (!DWARF_GET_LOC (loc))
115 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc);
120 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
122 if (!DWARF_GET_LOC (loc))
124 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val;
129 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
131 if (!DWARF_GET_LOC (loc))
133 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
138 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_ argument
161 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
184 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
207 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
227 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) argument
[all...]
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h141 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) argument
143 if (DWARF_IS_NULL_LOC (loc))
150 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) argument
152 if (DWARF_IS_NULL_LOC (loc))
159 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) argument
161 if (DWARF_IS_NULL_LOC (loc))
164 if (DWARF_IS_REG_LOC (loc))
165 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val,
168 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
173 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_ argument
[all...]
/external/libunwind/src/aarch64/
H A DGget_save_loc.c33 dwarf_loc_t loc; local
71 loc = c->dwarf.loc[reg];
75 loc = DWARF_NULL_LOC; /* default to "not saved" */
81 if (DWARF_IS_NULL_LOC (loc))
88 if (DWARF_IS_REG_LOC (loc))
91 sloc->u.regnum = DWARF_GET_LOC (loc);
97 sloc->u.addr = DWARF_GET_LOC (loc);
H A DGregs.c33 dwarf_loc_t loc = DWARF_NULL_LOC; local
55 loc = c->dwarf.loc[reg];
87 loc = c->dwarf.loc[reg];
102 return dwarf_put (&c->dwarf, loc, *valp);
104 return dwarf_get (&c->dwarf, loc, valp);
/external/libunwind/src/arm/
H A DGget_save_loc.c31 dwarf_loc_t loc; local
33 loc = DWARF_NULL_LOC; /* default to "not saved" */
53 loc = c->dwarf.loc[reg - UNW_ARM_R0];
62 if (DWARF_IS_NULL_LOC (loc))
69 if (DWARF_IS_REG_LOC (loc))
72 sloc->u.regnum = DWARF_GET_LOC (loc);
78 sloc->u.addr = DWARF_GET_LOC (loc);
H A DGregs.c31 dwarf_loc_t loc = DWARF_NULL_LOC; local
50 loc = c->dwarf.loc[reg - UNW_ARM_R0];
68 return dwarf_put (&c->dwarf, loc, *valp);
70 return dwarf_get (&c->dwarf, loc, valp);
/external/libunwind/src/hppa/
H A DGget_save_loc.c32 dwarf_loc_t loc; local
34 loc = DWARF_NULL_LOC; /* default to "not saved" */
40 if (DWARF_IS_NULL_LOC (loc))
47 if (DWARF_IS_REG_LOC (loc))
50 sloc->u.regnum = DWARF_GET_LOC (loc);
56 sloc->u.addr = DWARF_GET_LOC (loc);
H A DGregs.c32 struct dwarf_loc loc; local
64 loc = c->dwarf.loc[reg];
67 return dwarf_put (&c->dwarf, loc, *valp);
69 return dwarf_get (&c->dwarf, loc, valp);
76 struct dwarf_loc loc; local
81 loc = c->dwarf.loc[reg];
84 return dwarf_putfp (&c->dwarf, loc, *valp);
86 return dwarf_getfp (&c->dwarf, loc, val
[all...]

Completed in 310 milliseconds

1234567891011>>