Home
last modified time | relevance | path

Searched refs:shdrTab (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp364 const llvm::ELF::Elf32_Shdr* shdrTab = in readSectionHeaders() local
368 shdr = &shdrTab[shstrtab]; in readSectionHeaders()
386 sh_name = shdrTab[idx].sh_name; in readSectionHeaders()
387 sh_type = shdrTab[idx].sh_type; in readSectionHeaders()
388 sh_flags = shdrTab[idx].sh_flags; in readSectionHeaders()
389 sh_offset = shdrTab[idx].sh_offset; in readSectionHeaders()
390 sh_size = shdrTab[idx].sh_size; in readSectionHeaders()
391 sh_link = shdrTab[idx].sh_link; in readSectionHeaders()
392 sh_info = shdrTab[idx].sh_info; in readSectionHeaders()
393 sh_addralign = shdrTab[idx].sh_addralign; in readSectionHeaders()
[all …]