Searched defs:ehdr (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp333 llvm::ELF::Elf32_Ehdr* ehdr = local
342 shoff = ehdr->e_shoff;
343 shentsize = ehdr->e_shentsize;
344 shnum = ehdr->e_shnum;
345 shstrtab = ehdr->e_shstrndx;
348 shoff = mcld::bswap32(ehdr->e_shoff);
349 shentsize = mcld::bswap16(ehdr->e_shentsize);
350 shnum = mcld::bswap16(ehdr->e_shnum);
351 shstrtab = mcld::bswap16(ehdr->e_shstrndx);
889 llvm::ELF::Elf64_Ehdr* ehdr local
[all...]

Completed in 68 milliseconds