Lines Matching full:string_index
182 size_t string_index;
183 elf_getshdrstrndx(elf, &string_index);
200 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
285 size_t string_index;
286 elf_getshdrstrndx(elf, &string_index);
291 std::string name = elf_strptr(elf, string_index, section_header->sh_name);
584 size_t string_index;
585 elf_getshdrstrndx(elf, &string_index);
587 std::string name = elf_strptr(elf, string_index, section_header->sh_name);