Searched refs:section_header_string_index (Results 1 – 1 of 1) sorted by relevance
311 size_t section_header_string_index = 0; in find_section_by_name() local312 if (elf_getshdrstrndx (elf_handle, §ion_header_string_index) < 0) in find_section_by_name()324 elf_strptr(elf_handle, section_header_string_index, header->sh_name); in find_section_by_name()346 size_t section_header_string_index = 0; in find_section() local347 if (elf_getshdrstrndx (elf_handle, §ion_header_string_index) < 0) in find_section()359 elf_strptr(elf_handle, section_header_string_index, header->sh_name); in find_section()