OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_class
(Results
1 - 4
of
4
) sorted by null
/bionic/linker/
linker_phdr.cpp
167
int
elf_class
= header_.e_ident[EI_CLASS];
local
169
if (
elf_class
!= ELFCLASS64) {
170
if (
elf_class
== ELFCLASS32) {
173
DL_ERR("\"%s\" has unknown ELF class: %d", name_,
elf_class
);
178
if (
elf_class
!= ELFCLASS32) {
179
if (
elf_class
== ELFCLASS64) {
182
DL_ERR("\"%s\" has unknown ELF class: %d", name_,
elf_class
);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc
204
int
elf_class
= base_as_char[EI_CLASS];
local
205
if (
elf_class
!= CurrentElfClass::kElfClass) {
206
DCHECK_EQ(
elf_class
, CurrentElfClass::kElfClass);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc
204
int
elf_class
= base_as_char[EI_CLASS];
local
205
if (
elf_class
!= CurrentElfClass::kElfClass) {
206
DCHECK_EQ(
elf_class
, CurrentElfClass::kElfClass);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h
118
}
elf_class
;
typedef in typeref:enum:__anon20961
Completed in 726 milliseconds