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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp379 const llvm::ELF::Elf32_Shdr* shdrTab = local
383 shdr = &shdrTab[shstrtab];
402 sh_name = shdrTab[idx].sh_name;
403 sh_type = shdrTab[idx].sh_type;
404 sh_flags = shdrTab[idx].sh_flags;
405 sh_offset = shdrTab[idx].sh_offset;
406 sh_size = shdrTab[idx].sh_size;
407 sh_link = shdrTab[idx].sh_link;
408 sh_info = shdrTab[idx].sh_info;
409 sh_addralign = shdrTab[id
900 const llvm::ELF::Elf64_Shdr* shdrTab = local
[all...]

Completed in 15 milliseconds