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 35 #define EBLHOOK(name) EBLHOOK_1(BACKEND, name)
40 extern const char *EBLHOOK(init) (Elf *elf, GElf_Half machine,
45 #define HOOK(eh, name) eh->name = EBLHOOK(name)
common-reloc.c 46 static const struct EBLHOOK(reloc_nametable)
53 } EBLHOOK(reloc_nametable) =
60 #define reloc_namestr (&EBLHOOK(reloc_nametable).zero)
62 static const uint_fast16_t EBLHOOK(reloc_nameidx)[] =
65 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
70 ((int) (sizeof EBLHOOK(reloc_nameidx) / sizeof EBLHOOK(reloc_nameidx)[0]))
75 static const uint8_t EBLHOOK(reloc_valid)[] =
86 EBLHOOK(reloc_type_name) (int reloc,
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0
    [all...]
linux-core-note.c 65 struct EBLHOOK(siginfo)
72 struct EBLHOOK(timeval)
87 struct EBLHOOK(prstatus)
89 struct EBLHOOK(siginfo) pr_info;
97 struct EBLHOOK(timeval) pr_utime;
98 struct EBLHOOK(timeval) pr_stime;
99 struct EBLHOOK(timeval) pr_cutime;
100 struct EBLHOOK(timeval) pr_cstime;
115 struct EBLHOOK(prpsinfo)
138 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item),
    [all...]
  /external/elfutils/libebl/
libeblP.h 56 # define EBLHOOK(name) (*name)
58 # undef EBLHOOK

Completed in 270 milliseconds