Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp331 uint32_t sh_name = 0x0; in readSectionHeaders() local
386 sh_name = shdrTab[idx].sh_name; in readSectionHeaders()
395 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
825 uint32_t sh_name = 0x0; in readSectionHeaders() local
880 sh_name = shdrTab[idx].sh_name; in readSectionHeaders()
889 sh_name = mcld::bswap32(shdrTab[idx].sh_name); in readSectionHeaders()
900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign); in readSectionHeaders()
DELFObjectWriter.cpp315 shdr[sectIdx].sh_name = shstridx; in emitSectionHeader()
/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc358 if (strcmp(name, strtab_.GetString(shdr_table_[i].sh_name)) == 0) { in FindSectionHeaderByName()