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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp332 uint32_t sh_type = 0x0; local
387 sh_type = shdrTab[idx].sh_type;
396 sh_type = mcld::bswap32(shdrTab[idx].sh_type);
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);
826 uint32_t sh_type = 0x0; local
881 sh_type = shdrTab[idx].sh_type;
890 sh_type
[all...]

Completed in 8 milliseconds