HomeSort by relevance Sort by last modified time
    Searched refs:INTUSE (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/bison/lib/
error.c 80 # define fflush(s) INTUSE(_IO_fflush) (s)
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp)
  /external/elfutils/0.153/libdw/
fde.c 148 int result = INTUSE(dwarf_next_cfi) (cache->e_ident,
270 int result = INTUSE(dwarf_next_cfi) (cache->e_ident,
cie.c 191 int result = INTUSE(dwarf_next_cfi) (cache->e_ident,
dwarf_formudata.c 95 if (INTUSE(dwarf_formudata) (attr, &offset))
cfi.c 165 result = INTUSE(dwarf_errno) ();
  /external/elfutils/0.153/libdwfl/
find-debuginfo.c 285 if (INTUSE(dwfl_module_build_id) (mod, &bits, &vaddr) > 0)
287 int fd = INTUSE(dwfl_build_id_find_debuginfo) (mod,
dwfl_module.c 95 INTUSE(dwarf_end) (mod->dw);
dwfl_module_build_id.c 190 int result = INTUSE(dwfl_module_build_id) (mod, bits, vaddr);
derelocate.c 290 if (INTUSE(dwfl_module_getsymtab) (mod) < 0)
303 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
dwfl_report_elf.c 234 Dwfl_Module *m = INTUSE(dwfl_report_module) (dwfl, name, start, end);
linux-proc-maps.c 153 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file,
dwfl_segment_report_module.c 570 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name,
573 && unlikely (INTUSE(dwfl_module_report_build_id) (mod,
relocate.c 169 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0))
243 && INTUSE(dwfl_module_getsymtab) (m) < 0
dwfl_module_getdwarf.c 204 mod->elferr = INTUSE(dwfl_errno) ();
990 mod->dw = INTUSE(dwarf_begin_elf) (debugfile->elf, DWARF_C_READ, NULL);
993 int err = INTUSE(dwarf_errno) ();
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 80 # define fflush(s) INTUSE(_IO_fflush) (s)
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp)
regex_internal.h 73 INTUSE(__dcgettext) (_libc_intl_domainname, msgid, LC_MESSAGES)
  /external/e2fsprogs/intl/
l10nflist.c 105 # define __argz_count(argz, len) INTUSE(__argz_count) (argz, len)
129 INTUSE(__argz_stringify) (argz, len, sep)
dcigettext.c 284 #ifndef INTUSE
285 # define INTUSE(name) name
526 dirname = (char *) INTUSE(_nl_default_dirname);
    [all...]
  /external/elfutils/0.153/libelf/
elf_end.c 250 ? INTUSE(elf_end) (parent) : 0);
  /external/elfutils/0.153/src/
ldgeneric.c     [all...]

Completed in 256 milliseconds

1 2 34