OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf64_Sym
(Results
101 - 125
of
129
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elf.h
163
typedef struct
elf64_sym
{
struct
170
}
Elf64_Sym
;
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
634
size_t entsize = pRegion.size()/sizeof(llvm::ELF::
Elf64_Sym
);
635
const llvm::ELF::
Elf64_Sym
* symtab =
636
reinterpret_cast<const llvm::ELF::
Elf64_Sym
*>(pRegion.start());
[
all
...]
/bionic/libc/include/sys/
exec_elf.h
471
}
Elf64_Sym
;
[
all
...]
/external/libvpx/libvpx/build/make/
obj_int_extract.c
348
int parse_elf_symbol(elf_obj_t *elf, unsigned int ofst, Elf32_Sym *sym32,
Elf64_Sym
*sym64) {
514
Elf64_Sym
sym;
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
298
void emitSymbol64(llvm::ELF::
Elf64_Sym
& pSym64,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h
179
typedef struct
elf64_sym
{
struct
186
}
Elf64_Sym
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h
179
typedef struct
elf64_sym
{
struct
186
}
Elf64_Sym
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h
179
typedef struct
elf64_sym
{
struct
186
}
Elf64_Sym
;
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
831
sizeof(llvm::ELF::
Elf64_Sym
));
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
573
symtab.setSize(symtab.size() + sizeof(llvm::ELF::
Elf64_Sym
));
/external/llvm/include/llvm/Support/
ELF.h
[
all
...]
/external/qemu/
elf.h
989
typedef struct
elf64_sym
{
struct
[
all
...]
/external/valgrind/main/VEX/switchback/
linker.c
185
#define Elf_Sym
Elf64_Sym
[
all
...]
/external/valgrind/main/VEX/unused/
linker.c
121
#define Elf_Sym
Elf64_Sym
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
393
}
Elf64_Sym
;
433
/* Both Elf32_Sym and
Elf64_Sym
use the same one-byte st_info field. */
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
393
}
Elf64_Sym
;
433
/* Both Elf32_Sym and
Elf64_Sym
use the same one-byte st_info field. */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
393
}
Elf64_Sym
;
433
/* Both Elf32_Sym and
Elf64_Sym
use the same one-byte st_info field. */
[
all
...]
Completed in 2115 milliseconds
1
2
3
4
5
6