OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf32_Ehdr
(Results
176 - 200
of
202
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elf.h
189
}
Elf32_Ehdr
;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elf.h
189
}
Elf32_Ehdr
;
/bionic/linker/
linker.cpp
[
all
...]
/external/elfutils/libdwfl/
dwfl_segment_report_module.c
177
Elf32_Ehdr
e32;
200
xlatefrom.d_size = sizeof (
Elf32_Ehdr
);
core-file.c
84
? sizeof (
Elf32_Ehdr
) : sizeof (Elf64_Ehdr))
/external/elfutils/libebl/
eblopenbackend.c
316
assert (offsetof (
Elf32_Ehdr
, e_machine)
318
assert (sizeof (((
Elf32_Ehdr
*) 0)->e_machine)
/external/elfutils/tests/
update4.c
48
Elf32_Ehdr
*ehdr;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h
206
}
Elf32_Ehdr
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h
206
}
Elf32_Ehdr
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h
206
}
Elf32_Ehdr
;
/art/compiler/
elf_writer_quick.cc
52
// |
Elf32_Ehdr
|
119
//
Elf32_Ehdr
120
expected_offset += sizeof(llvm::ELF::
Elf32_Ehdr
);
294
//
Elf32_Ehdr
295
llvm::ELF::
Elf32_Ehdr
elf_header;
337
elf_header.e_ehsize = sizeof(llvm::ELF::
Elf32_Ehdr
);
563
//
Elf32_Ehdr
/external/llvm/lib/MC/
ELFObjectWriter.cpp
410
sizeof(ELF::
Elf32_Ehdr
))); // e_shoff = sec hdr table off in bytes
416
Write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::
Elf32_Ehdr
));
[
all
...]
/external/libvpx/libvpx/build/make/
obj_int_extract.c
221
Elf32_Ehdr
hdr32;
/external/llvm/include/llvm/Support/
ELF.h
62
struct
Elf32_Ehdr
{
[
all
...]
/external/qemu/
elf.h
683
/* Legal values for e_flags field of
Elf32_Ehdr
. */
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
119
return sizeof(llvm::ELF::
Elf32_Ehdr
) +
[
all
...]
/external/valgrind/main/VEX/switchback/
linker.c
197
#define Elf_Ehdr
Elf32_Ehdr
[
all
...]
/external/valgrind/main/VEX/unused/
linker.c
133
#define Elf_Ehdr
Elf32_Ehdr
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h
84
}
Elf32_Ehdr
;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
84
}
Elf32_Ehdr
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h
84
}
Elf32_Ehdr
;
[
all
...]
/external/elfutils/libelf/
elf.h
93
}
Elf32_Ehdr
;
[
all
...]
/sdk/emulator/qtools/
trace_reader.h
585
Elf32_Ehdr
*hdr;
[
all
...]
/external/elfutils/src/
unstrip.c
958
Elf32_Ehdr
e32;
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readelf.c
70
# define ElfXX_Ehdr
Elf32_Ehdr
[
all
...]
Completed in 190 milliseconds
1
2
3
4
5
6
7
8
9