Home | History | Annotate | Download | only in tests

Lines Matching refs:add_string

34 /* Index of last string added.  Returned by add_string ().  */
107 add_string (Elf_Scn *scn, char *str)
126 printf ("add_string: '%s', stridx: %zd, lastidx: %zd\n",
182 add_string (scn, "");
199 shdr->sh_name = add_string (scn, ".strings");
216 orig_str1_off = add_string (scn, orig_str1);
218 orig_str2_off = add_string (scn, orig_str2);
220 orig_str3_off = add_string (scn, orig_str3);
258 str1_off = add_string (scn, str1);
260 str2_off = add_string (scn, str2);
262 str3_off = add_string (scn, str3);
320 str1_off = add_string (scn, str1);
322 str2_off = add_string (scn, str2);
324 str3_off = add_string (scn, str3);