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

  /external/elfutils/libdwfl/
cu.c 256 struct dwfl_cu **nextp; local
262 nextp = &mod->first_cu;
268 nextp = &lastcu->next;
271 if (*nextp == NULL)
285 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
289 if ((*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l)
290 (*nextp)->next = (void *) -1l;
293 *cu = *nextp == (void *) -1l ? NULL : *nextp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h     [all...]
  /external/elfutils/src/
ld.h 312 #define FILE_PROCESS(fd, file, state, nextp) \
313 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
    [all...]
ldgeneric.c 74 struct usedfiles **nextp);
    [all...]
  /external/libxml2/
dict.c 697 xmlDictStringsPtr pool, nextp; local
739 nextp = pool->next;
741 pool = nextp;
  /bionic/libc/bionic/
dlmalloc.c 3527 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3334 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3346 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 325 milliseconds