Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c4634 Elf_Internal_Shdr *symtab_sec, *strtab_sec; in process_section_groups() local
4691 strtab_sec = NULL; in process_section_groups()
4737 strtab_sec = NULL; in process_section_groups()
4749 strtab_sec = NULL; in process_section_groups()
4755 else if (strtab_sec in process_section_groups()
4758 strtab_sec = sec; in process_section_groups()
4761 strtab = get_data (NULL, file, strtab_sec->sh_offset, in process_section_groups()
4762 1, strtab_sec->sh_size, in process_section_groups()
4764 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0; in process_section_groups()