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

  /development/tools/yuv420sp2rgb/
debug.h 45 FAILIF(cond, "%s(): %s\n", #function, elf_errmsg(elf_errno()));
  /external/elfutils/tests/
msg_tst.c 95 (void) elf_errno ();
  /external/elfutils/libdwfl/
dwfl_error.c 110 value = DWFL_E (LIBELF, elf_errno ());
dwfl_module_getdwarf.c 86 return DWFL_E (LIBELF, elf_errno ());
807 mod->symerr = DWFL_E (LIBELF, elf_errno ());
    [all...]
  /external/elfutils/libelf/
elf_error.c 48 elf_errno (void) function
libelf.h 306 compressed. Returns NULL and sets elf_errno if the section isn't
340 elf_errno is set.
458 extern int elf_errno (void);
  /bionic/tools/relocation_packer/src/
elf_file.cc 148 LOG(ERROR) << "Failed to load ELF header: " << elf_errmsg(elf_errno());
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 299 milliseconds