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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp305 const llvm::ELF::Elf32_Ehdr* ehdr = local
314 shoff = ehdr->e_shoff;
315 shentsize = ehdr->e_shentsize;
316 shnum = ehdr->e_shnum;
317 shstrtab = ehdr->e_shstrndx;
319 shoff = mcld::bswap32(ehdr->e_shoff);
320 shentsize = mcld::bswap16(ehdr->e_shentsize);
321 shnum = mcld::bswap16(ehdr->e_shnum);
322 shstrtab = mcld::bswap16(ehdr->e_shstrndx);
799 const llvm::ELF::Elf64_Ehdr* ehdr local
[all...]

Completed in 788 milliseconds