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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp331 uint32_t sh_name = 0x0; local
386 sh_name = shdrTab[idx].sh_name;
395 sh_name = mcld::bswap32(shdrTab[idx].sh_name);
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);
825 uint32_t sh_name = 0x0; local
880 sh_name = shdrTab[idx].sh_name;
889 sh_name
[all...]

Completed in 71 milliseconds