OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EBLHOOK
(Results
1 - 16
of
16
) sorted by null
/external/elfutils/0.153/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
77
# define
EBLHOOK
(name) (*name)
79
# undef
EBLHOOK
/external/elfutils/0.153/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)
arm_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
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
...]
arm_corenote.c
50
.offset = offsetof (struct
EBLHOOK
(prstatus), pr_reg) + (4 * 17), \
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]), \
sh_corenote.c
72
.offset = offsetof (struct
EBLHOOK
(prstatus), pr_reg[22]), \
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 46 milliseconds