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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp318 const llvm::ELF::Elf32_Ehdr* ehdr = local
327 shoff = ehdr->e_shoff;
328 shentsize = ehdr->e_shentsize;
329 shnum = ehdr->e_shnum;
330 shstrtab = ehdr->e_shstrndx;
333 shoff = mcld::bswap32(ehdr->e_shoff);
334 shentsize = mcld::bswap16(ehdr->e_shentsize);
335 shnum = mcld::bswap16(ehdr->e_shnum);
336 shstrtab = mcld::bswap16(ehdr->e_shstrndx);
839 const llvm::ELF::Elf64_Ehdr* ehdr local
[all...]

Completed in 159 milliseconds