Home
last modified time | relevance | path

Searched refs:string_index (Results 1 – 1 of 1) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.cc182 size_t string_index; in Load() local
183 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() local
286 elf_getshdrstrndx(elf, &string_index); in AdjustSectionHeadersForHole()
291 std::string name = elf_strptr(elf, string_index, section_header->sh_name); in AdjustSectionHeadersForHole()
511 size_t string_index; in ResizeSection() local
512 elf_getshdrstrndx(elf, &string_index); in ResizeSection()
514 std::string name = elf_strptr(elf, string_index, section_header->sh_name); in ResizeSection()