OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfClass
(Results
1 - 9
of
9
) sorted by null
/external/google-breakpad/src/common/linux/
elfutils-inl.h
38
template<typename
ElfClass
, typename T>
39
const T* GetOffset(const typename
ElfClass
::Ehdr* elf_header,
40
typename
ElfClass
::Off offset) {
45
template<typename
ElfClass
>
46
const typename
ElfClass
::Shdr* FindElfSectionByName(
48
typename
ElfClass
::Word section_type,
49
const typename
ElfClass
::Shdr* sections,
elfutils.h
71
int
ElfClass
(const void* elf_base);
76
// and |*section_size| to the size of the section's data. If |
elfclass
|
77
// is not NULL, set |*
elfclass
| to the ELF file class.
83
int *
elfclass
);
87
template<typename
ElfClass
>
88
const typename
ElfClass
::Shdr*
90
typename
ElfClass
::Word section_type,
91
const typename
ElfClass
::Shdr* sections,
99
// and |*segment_size| to the size of the segment's data. If |
elfclass
|
100
// is not NULL, set |*
elfclass
| to the ELF file class
[
all
...]
elfutils.cc
42
template<typename
ElfClass
>
45
typename
ElfClass
::Word section_type,
48
typedef typename
ElfClass
::Ehdr Ehdr;
49
typedef typename
ElfClass
::Shdr Shdr;
58
assert(elf_header->e_ident[EI_CLASS] ==
ElfClass
::kClass);
61
GetOffset<
ElfClass
, Shdr>(elf_header, elf_header->e_shoff);
64
GetOffset<
ElfClass
, char>(elf_header, section_names->sh_offset);
68
FindElfSectionByName<
ElfClass
>(section_name, section_type,
78
template<typename
ElfClass
>
80
typename
ElfClass
::Word segment_type
[
all
...]
dump_symbols.cc
81
using google_breakpad::
ElfClass
;
156
template<typename
ElfClass
>
157
typename
ElfClass
::Addr GetLoadingAddress(
158
const typename
ElfClass
::Phdr* program_headers,
160
typedef typename
ElfClass
::Phdr Phdr;
176
template<typename
ElfClass
>
177
bool LoadStabs(const typename
ElfClass
::Ehdr* elf_header,
178
const typename
ElfClass
::Shdr* stab_section,
179
const typename
ElfClass
::Shdr* stabstr_section,
189
GetOffset<
ElfClass
, uint8_t>(elf_header, stab_section->sh_offset)
935
int
elfclass
= ElfClass(obj_file);
local
[
all
...]
file_id.cc
59
template<typename
ElfClass
>
62
typedef typename
ElfClass
::Nhdr Nhdr;
96
int
elfclass
;
local
98
(const void**)¬e_section, ¬e_size, &
elfclass
) ||
101
(const void**)¬e_section, ¬e_size, &
elfclass
) ||
106
if (
elfclass
== ELFCLASS32) {
109
} else if (
elfclass
== ELFCLASS64) {
file_id_unittest.cc
106
template<typename
ElfClass
>
127
TYPED_TEST(FileIDTest,
ElfClass
) {
synth_elf_unittest.cc
187
template<typename
ElfClass
>
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
756
static const EnumEntry<unsigned>
ElfClass
[] = {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp
835
static const EnumEntry<unsigned>
ElfClass
[] = {
[
all
...]
Completed in 1466 milliseconds