Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c4637 size_t strtab_size; in process_section_groups() local
4694 strtab_size = 0; in process_section_groups()
4741 strtab_size = 0; in process_section_groups()
4753 strtab_size = 0; in process_section_groups()
4764 strtab_size = strtab != NULL ? strtab_sec->sh_size : 0; in process_section_groups()
4766 group_name = sym->st_name < strtab_size in process_section_groups()
5065 unsigned long strtab_size; /* Size of string table. */ member
5072 unsigned long strtab_size, in find_symbol_for_address() argument
5097 *symname = (best->st_name >= strtab_size in find_symbol_for_address()
5121 aux->strtab_size, tp->start, &procname, &offset); in dump_ia64_unwind()
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c3876 unsigned long strtab_size; /* Size of string table. */ member
3905 *symname = (best->st_name >= aux->strtab_size in find_symbol_for_address()
4145 aux.strtab_size = strsec->sh_size; in process_unwind()
4147 aux.strtab_size, _("string table")); in process_unwind()