Searched refs:string_index (Results 1 – 1 of 1) sorted by relevance
182 size_t string_index; in Load() local183 elf_getshdrstrndx(elf, &string_index); in Load()200 std::string name = elf_strptr(elf, string_index, section_header->sh_name); in Load()285 size_t string_index; in AdjustSectionHeadersForHole() local286 elf_getshdrstrndx(elf, &string_index); in AdjustSectionHeadersForHole()291 std::string name = elf_strptr(elf, string_index, section_header->sh_name); in AdjustSectionHeadersForHole()584 size_t string_index; in ResizeSection() local585 elf_getshdrstrndx(elf, &string_index); in ResizeSection()587 std::string name = elf_strptr(elf, string_index, section_header->sh_name); in ResizeSection()