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

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp335 uint32_t sh_size = 0x0; local
347 sh_size = shdr->sh_size;
350 sh_size = mcld::bswap32(shdr->sh_size);
355 shnum = sh_size;
371 sh_size = shdr->sh_size;
374 sh_size = mcld::bswap32(shdr->sh_size);
829 uint64_t sh_size = 0x0; local
[all...]

Completed in 68 milliseconds