OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_hdr
(Results
1 - 5
of
5
) sorted by null
/external/qemu/elff/
elf_file.cc
85
const Elf_CommonHdr*
elf_hdr
= &header.common;
local
111
if (memcmp(
elf_hdr
->e_ident, ELFMAG, SELFMAG) != 0) {
118
assert(
elf_hdr
->ei_info.ei_class == ELFCLASS32 ||
119
elf_hdr
->ei_info.ei_class == ELFCLASS64);
120
if (
elf_hdr
->ei_info.ei_class != ELFCLASS32 &&
121
elf_hdr
->ei_info.ei_class != ELFCLASS64) {
128
if (
elf_hdr
->ei_info.ei_class == ELFCLASS32) {
135
if (!ret->initialize(
elf_hdr
, path)) {
146
bool ElfFile::initialize(const Elf_CommonHdr*
elf_hdr
, const char* path) {
166
is_ELF_64_ =
elf_hdr
->ei_info.ei_class == ELFCLASS64;
[
all
...]
elf_file.h
117
*
elf_hdr
- Address of the common ELF file header.
123
virtual bool initialize(const Elf_CommonHdr*
elf_hdr
, const char* path);
590
bool initialize(const Elf_CommonHdr*
elf_hdr
, const char* path);
/ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc
85
const Elf_CommonHdr*
elf_hdr
= &header.common;
local
111
if (memcmp(
elf_hdr
->e_ident, ELFMAG, SELFMAG) != 0) {
118
assert(
elf_hdr
->ei_info.ei_class == ELFCLASS32 ||
119
elf_hdr
->ei_info.ei_class == ELFCLASS64);
120
if (
elf_hdr
->ei_info.ei_class != ELFCLASS32 &&
121
elf_hdr
->ei_info.ei_class != ELFCLASS64) {
128
if (
elf_hdr
->ei_info.ei_class == ELFCLASS32) {
135
if (!ret->initialize(
elf_hdr
, path)) {
146
bool ElfFile::initialize(const Elf_CommonHdr*
elf_hdr
, const char* path) {
166
is_ELF_64_ =
elf_hdr
->ei_info.ei_class == ELFCLASS64
[
all
...]
elf_file.h
117
*
elf_hdr
- Address of the common ELF file header.
123
virtual bool initialize(const Elf_CommonHdr*
elf_hdr
, const char* path);
590
bool initialize(const Elf_CommonHdr*
elf_hdr
, const char* path);
/bionic/linker/
linker.cpp
1693
Elf32_Ehdr *
elf_hdr
= (Elf32_Ehdr *) linker_base;
local
1828
Elf32_Ehdr*
elf_hdr
= (Elf32_Ehdr*) linker_addr;
local
[
all
...]
Completed in 181 milliseconds