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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp320 unsigned int shstridx = 0; // NULL section has empty name local
323 shdr[sectIdx].sh_name = shstridx;
335 shstridx += ld_sect->name().size() + 1;

Completed in 3632 milliseconds