Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dobject.cc590 section_size_type names_size, in find_shdr() argument
617 p = reinterpret_cast<const char*>(memmem(p, names_size - (p - names), in find_shdr()
649 section_size_type names_size) const in find_eh_frame()
656 names, names_size, s); in find_eh_frame()
722 section_size_type names_size, in build_compressed_section_map() argument
736 if (shdr.get_sh_name() >= names_size) in build_compressed_section_map()
2776 section_size_type names_size; in get_symbol_location_info() local
2778 this->section_contents(symbol_names_shndx, &names_size, false); in get_symbol_location_info()
2791 if (sym.get_st_name() >= names_size) in get_symbol_location_info()
2808 if (sym.get_st_name() > names_size) in get_symbol_location_info()
Darchive.cc309 section_size_type names_size = in read_armap() local
311 this->armap_names_.assign(pnames, names_size); in read_armap()
330 if (static_cast<section_size_type>(name_offset) > names_size) in read_armap()
Ddynobj.cc544 section_size_type names_size = sd->symbol_names_size; in make_verdef_map() local
590 if (vda_name >= names_size) in make_verdef_map()
623 section_size_type names_size = sd->symbol_names_size; in make_verneed_map() local
657 if (vna_name >= names_size) in make_verneed_map()
Dobject.h382 const char* names, section_size_type names_size,
995 const char* names, section_size_type names_size,
2622 section_size_type names_size) const;
Dpowerpc.cc1864 section_size_type names_size = sd->section_names_size; in do_find_special_sections() local
1869 names, names_size, NULL); in do_find_special_sections()
1886 names, names_size, NULL); in do_find_special_sections()