OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shstridx
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
306
unsigned int
shstridx
= 0; // NULL section has empty name
local
309
shdr[sectIdx].sh_name =
shstridx
;
321
shstridx
+= ld_sect->name().size() + 1;
Completed in 112 milliseconds