HomeSort by relevance Sort by last modified time
    Searched refs:linep (Results 1 - 15 of 15) sorted by null

  /external/elfutils/libdw/
dwarf_lineno.c 38 dwarf_lineno (Dwarf_Line *line, int *linep)
43 *linep = line->line;
dwarf_decl_line.c 41 dwarf_decl_line (Dwarf_Die *func, int *linep)
43 return __libdw_attr_intval (func, linep, DW_AT_decl_line);
50 __libdw_attr_intval (Dwarf_Die *die, int *linep, int attval)
66 *linep = line;
dwarf_getsrclines.c 151 const unsigned char *linep, const unsigned char *lineendp,
207 if (unlikely (linep + 4 > lineendp))
214 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
218 if (unlikely (linep + 8 > lineendp))
220 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
225 if (unlikely (unit_length > (size_t) (lineendp - linep)
228 lineendp = linep + unit_length;
231 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep);
241 header_length = read_4ubyte_unaligned_inc (dbg, linep);
243 header_length = read_8ubyte_unaligned_inc (dbg, linep);
864 const unsigned char *linep = data->d_buf + debug_line_offset; local
    [all...]
libdw.h 620 extern int dwarf_lineno (Dwarf_Line *line, int *linep)
825 extern int dwarf_decl_line (Dwarf_Die *decl, int *linep)
    [all...]
  /external/toybox/lib/
portability.c 34 ssize_t getdelim(char **linep, size_t *np, int delim, FILE *stream)
42 if (!linep || !np) {
47 if (*linep == NULL || *np == 0) {
49 *linep = calloc(1, *np);
50 if (*linep == NULL) return -1;
52 line = *linep;
58 new_line = realloc(*linep, new_len);
61 line = *linep = new_line;
71 new_line = realloc(*linep, new_len);
74 line = *linep = new_line
    [all...]
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 33 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
44 if (linep != NULL)
45 *linep = info->line;
libdwfl.h 596 int *linep, int *colp,
    [all...]
  /system/extras/tests/lib/testUtil/
testUtil.c 324 char *linep = line; local
328 if (linep != line) {
331 linep = line;
332 rv = snprintf(linep, ALEN(line) - (linep - line),
335 linep += rv;
342 assert((ALEN(line) - 4) >= (linep - line));
343 rv = snprintf(linep, ALEN(line) - (linep - line),
345 linep += rv
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
input-scrub.c 493 as_where (unsigned int *linep)
496 && (linep == NULL || logical_input_line >= 0))
498 if (linep != NULL)
499 *linep = logical_input_line;
504 if (linep != NULL)
505 *linep = physical_input_line;
510 if (linep != NULL)
511 *linep = 0;
  /external/ppp/pppd/
utils.c 523 static char *linep; /* current pointer within line */ variable
531 linep = line;
534 linep = line + strlen(line);
542 if (linep != line) {
543 *linep = 0;
574 if (linep != line) {
576 if (linep + l < line + sizeof(line)) {
578 memcpy(linep, buf, l);
579 linep += l;
586 *linep = 0
    [all...]
  /external/iproute2/lib/
utils.c 1096 ssize_t getcmdline(char **linep, size_t *lenp, FILE *in)
1101 cc = getline(linep, lenp, in);
1106 cp = strchr(*linep, '#');
1110 while ((cp = strstr(*linep, "\\\n")) != NULL) {
1128 *lenp = strlen(*linep) + strlen(line1) + 1;
1129 *linep = realloc(*linep, *lenp);
1130 if (!*linep) {
1136 strcat(*linep, line1);
  /external/elfutils/src/
readelf.c 6486 const unsigned char *linep = (const unsigned char *) data->d_buf; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 493 milliseconds