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

  /external/elfutils/0.153/backends/
libebl_CPU.h 31 #define EBLHOOK(name) EBLHOOK_1(BACKEND, name)
36 extern const char *EBLHOOK(init) (Elf *elf, GElf_Half machine,
41 #define HOOK(eh, name) eh->name = EBLHOOK(name)
linux-core-note.c 45 struct EBLHOOK(siginfo)
52 struct EBLHOOK(timeval)
67 struct EBLHOOK(prstatus)
69 struct EBLHOOK(siginfo) pr_info;
77 struct EBLHOOK(timeval) pr_utime;
78 struct EBLHOOK(timeval) pr_stime;
79 struct EBLHOOK(timeval) pr_cutime;
80 struct EBLHOOK(timeval) pr_cstime;
88 struct EBLHOOK(prpsinfo)
111 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item),
    [all...]
common-reloc.c 43 static const struct EBLHOOK(reloc_nametable)
50 } EBLHOOK(reloc_nametable) =
57 #define reloc_namestr (&EBLHOOK(reloc_nametable).zero)
59 static const uint_fast16_t EBLHOOK(reloc_nameidx)[] =
62 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
67 ((int) (sizeof EBLHOOK(reloc_nameidx) / sizeof EBLHOOK(reloc_nameidx)[0]))
72 static const uint8_t EBLHOOK(reloc_valid)[] =
83 EBLHOOK(reloc_type_name) (int reloc,
87 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0
    [all...]
  /external/elfutils/0.153/libebl/
libeblP.h 77 # define EBLHOOK(name) (*name)
79 # undef EBLHOOK

Completed in 730 milliseconds