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

  /external/elfutils/libebl/
ebl-hooks.h 51 const char *EBLHOOK(object_type_name) (int, char *, size_t);
54 const char *EBLHOOK(reloc_type_name) (int, char *, size_t);
57 bool EBLHOOK(reloc_type_check) (int);
60 Elf_Type EBLHOOK(reloc_simple_type) (Ebl *, int);
63 bool EBLHOOK(reloc_valid_use) (Elf *, int);
66 bool EBLHOOK(gotpc_reloc_check) (Elf *, int);
69 const char *EBLHOOK(segment_type_name) (int, char *, size_t);
72 const char *EBLHOOK(section_type_name) (int, char *, size_t);
75 const char *EBLHOOK(section_name) (int, int, char *, size_t);
78 const char *EBLHOOK(machine_flag_name) (GElf_Word *)
    [all...]
libeblP.h 76 # define EBLHOOK(name) (*name)
78 # undef EBLHOOK
  /external/elfutils/backends/
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...]
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)
alpha_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
i386_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
ppc_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
sparc_auxv.c 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format)
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...]
sparc_init.c 37 extern __typeof (EBLHOOK (core_note)) sparc64_core_note attribute_hidden;
ppc_corenote.c 122 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[32]), \
127 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg[34]), \
x86_64_corenote.c 93 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (8 * 15), \
i386_corenote.c 84 .offset = offsetof (struct EBLHOOK(prstatus), pr_reg) + (4 * 11), \

Completed in 217 milliseconds