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

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFSectionHeader.h39 word_t sh_name; member in class:ELFSectionHeader_CRTP
56 return sh_name;
123 AR & sh_name; local
174 AR & sh_name; local
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp345 uint32_t sh_name = 0x0; local
402 sh_name = shdrTab[idx].sh_name;
412 sh_name = mcld::bswap32(shdrTab[idx].sh_name);
423 sect_name+sh_name,
866 uint32_t sh_name = 0x0; local
923 sh_name = shdrTab[idx].sh_name;
933 sh_name
[all...]
H A DELFObjectWriter.cpp323 shdr[sectIdx].sh_name = shstridx;

Completed in 394 milliseconds