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

  /external/elfutils/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 43 struct EBLHOOK(siginfo)
50 struct EBLHOOK(timeval)
65 struct EBLHOOK(prstatus)
67 struct EBLHOOK(siginfo) pr_info;
75 struct EBLHOOK(timeval) pr_utime;
76 struct EBLHOOK(timeval) pr_stime;
77 struct EBLHOOK(timeval) pr_cutime;
78 struct EBLHOOK(timeval) pr_cstime;
86 struct EBLHOOK(prpsinfo)
109 .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/libebl/
libeblP.h 76 # define EBLHOOK(name) (*name)
78 # undef EBLHOOK

Completed in 103 milliseconds