Home | History | Annotate | Download | only in ndk-depends

Lines Matching refs:str_index

577   String GetStringByIndex(Off str_index, int str_table_index) {
584 if (str_table != 0 && str_index < str_table_size) {
585 str_table += str_index;
586 str_table_size -= str_index;
680 typename ELF::Off str_index = iter.GetValue();
681 return parser.GetStringByIndex(str_index, str_table_index);
695 typename ELF::Off str_index = iter.GetValue();
696 String lib_name = parser.GetStringByIndex(str_index, str_table_index);