OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf64_Versym
(Results
1 - 10
of
10
) sorted by null
/external/elfutils/libelf/
gelf_getversym.c
89
assert (sizeof (GElf_Versym) == sizeof (
Elf64_Versym
));
gelf_update_versym.c
75
assert (sizeof (GElf_Versym) == sizeof (
Elf64_Versym
));
gelf.h
127
typedef
Elf64_Versym
GElf_Versym;
elf.h
70
typedef Elf64_Half
Elf64_Versym
;
[
all
...]
/external/elfutils/src/
xelf.h
178
# define XElf_Versym
Elf64_Versym
224
# define XElf_Versym_vardef(name)
Elf64_Versym
name
226
(name = ((
Elf64_Versym
*) ((data)->d_buf))[idx], (&name))
unstrip.c
502
assert (sizeof (
Elf64_Versym
) == sizeof (GElf_Versym));
[
all
...]
/bionic/libc/include/sys/
exec_elf.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
61
typedef Elf64_Half
Elf64_Versym
;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
61
typedef Elf64_Half
Elf64_Versym
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
61
typedef Elf64_Half
Elf64_Versym
;
[
all
...]
Completed in 69 milliseconds