Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-elf-helpers.cc311 size_t section_header_string_index = 0; in find_section_by_name() local
312 if (elf_getshdrstrndx (elf_handle, &section_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() local
347 if (elf_getshdrstrndx (elf_handle, &section_header_string_index) < 0) in find_section()
359 elf_strptr(elf_handle, section_header_string_index, header->sh_name); in find_section()