HomeSort by relevance Sort by last modified time
    Searched defs:fns (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
xatexit.c 53 void (*fns[XATEXIT_SIZE]) (void); /* the table itself */ member in struct:xatexit
84 p->fns[p->ind++] = fn;
98 (*p->fns[n]) ();
simple-object-elf.c 695 const struct elf_type_functions* fns; local
703 fns = attrs->type_functions;
730 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_type, Elf_Half, ET_REL);
731 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine);
732 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_version, Elf_Word, EV_CURRENT);
735 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shoff, Elf_Addr, ehdr_size);
736 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_flags, Elf_Word, attrs->flags);
737 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_ehsize, Elf_Half, ehdr_size);
738 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_phentsize, Elf_Half,
743 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_shentsize, Elf_Half
775 const struct elf_type_functions* fns; local
    [all...]
  /bionic/libc/stdlib/
atexit.c 52 } fns[1]; /* the table itself */ member in struct:atexit
107 memset(&p->fns[0], 0, sizeof(p->fns[0]));
111 p->max = (pgsize - ((char *)&p->fns[0] - (char *)p)) /
112 sizeof(p->fns[0]);
116 fnp = &p->fns[p->ind++];
149 if (p->fns[n].fn_ptr == NULL)
151 if (dso != NULL && dso != p->fns[n].fn_dso)
158 fn = p->fns[n];
160 p->fns[n].fn_ptr = NULL
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
cxa.c 62 struct exit_function fns[32]; member in struct:exit_function_list
122 if (l->fns[i].flavor == ef_free)
127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) {
146 l->fns[i].flavor = ef_us;
152 return l == NULL ? NULL : &l->fns[i];
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
cxa.c 62 struct exit_function fns[32]; member in struct:exit_function_list
122 if (l->fns[i].flavor == ef_free)
127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) {
146 l->fns[i].flavor = ef_us;
152 return l == NULL ? NULL : &l->fns[i];
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /external/libcxx/src/
ios.cpp 237 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))); local
238 if (fns == 0)
240 __fn_ = fns;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
ios.cpp 239 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newesize)); local
240 if (fns == 0)
242 __fn_ = fns;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
ios.cpp 237 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))); local
238 if (fns == 0)
240 __fn_ = fns;
  /external/valgrind/callgrind/
global.h 426 fn_node* fns[N_FN_ENTRIES]; member in struct:_file_node
573 fn_stack fns; /* function stack */ member in struct:_thread_info
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 616 milliseconds