Home
last modified time | relevance | path

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

/dports/devel/binutils/binutils-2.37/gold/
H A Dgdb-index.cc821 unsigned int shndx2; in record_cu_ranges() local
834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); in record_cu_ranges()
839 shndx2 = shndx; in record_cu_ranges()
843 if (shndx != shndx2) in record_cu_ranges()
H A Ddwarf_reader.cc449 unsigned int shndx2 = 0; in read_range_list() local
453 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list()
465 else if (shndx1 == shndx2) in read_range_list()
511 unsigned int shndx2 = 0; in read_range_list_v5() local
559 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list_v5()
560 if (shndx1 != shndx2) in read_range_list_v5()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dgdb-index.cc821 unsigned int shndx2; in record_cu_ranges() local
834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); in record_cu_ranges()
839 shndx2 = shndx; in record_cu_ranges()
843 if (shndx != shndx2) in record_cu_ranges()
H A Ddwarf_reader.cc432 unsigned int shndx2 = 0; in read_range_list() local
436 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list()
448 else if (shndx1 == shndx2) in read_range_list()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dgdb-index.cc821 unsigned int shndx2; in record_cu_ranges() local
834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); in record_cu_ranges()
839 shndx2 = shndx; in record_cu_ranges()
843 if (shndx != shndx2) in record_cu_ranges()
H A Ddwarf_reader.cc449 unsigned int shndx2 = 0; in read_range_list() local
453 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list()
465 else if (shndx1 == shndx2) in read_range_list()
511 unsigned int shndx2 = 0; in read_range_list_v5() local
559 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list_v5()
560 if (shndx1 != shndx2) in read_range_list_v5()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dgdb-index.cc821 unsigned int shndx2; in record_cu_ranges() local
834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); in record_cu_ranges()
839 shndx2 = shndx; in record_cu_ranges()
843 if (shndx != shndx2) in record_cu_ranges()
H A Ddwarf_reader.cc449 unsigned int shndx2 = 0; in read_range_list() local
453 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list()
465 else if (shndx1 == shndx2) in read_range_list()
511 unsigned int shndx2 = 0; in read_range_list_v5() local
559 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list_v5()
560 if (shndx1 != shndx2) in read_range_list_v5()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dgdb-index.cc821 unsigned int shndx2; in record_cu_ranges() local
834 off_t high_pc = die->address_attribute(elfcpp::DW_AT_high_pc, &shndx2); in record_cu_ranges()
839 shndx2 = shndx; in record_cu_ranges()
843 if (shndx != shndx2) in record_cu_ranges()
H A Ddwarf_reader.cc432 unsigned int shndx2 = 0; in read_range_list() local
436 shndx2 = this->lookup_reloc(offset + addr_size, &end); in read_range_list()
448 else if (shndx1 == shndx2) in read_range_list()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf.c8026 int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8059 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8060 if (shndx1 == -1 || shndx2 == -1) in bfd_elf_match_symbols_in_sections()
8109 if (isym->st_shndx == (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections()
8116 if (count2 && isym->st_shndx != (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf.c8568 int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8601 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8602 if (shndx1 == -1 || shndx2 == -1) in bfd_elf_match_symbols_in_sections()
8651 if (isym->st_shndx == (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections()
8658 if (count2 && isym->st_shndx != (unsigned int) shndx2) in bfd_elf_match_symbols_in_sections()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delflink.c7139 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
7154 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
7155 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
7231 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7233 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7305 if (isym->st_shndx == shndx2) in bfd_elf_match_symbols_in_sections()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delflink.c7435 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
7450 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
7451 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
7527 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7529 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7601 if (isym->st_shndx == shndx2) in bfd_elf_match_symbols_in_sections()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delflink.c7435 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
7450 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
7451 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
7527 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7529 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7601 if (isym->st_shndx == shndx2) in bfd_elf_match_symbols_in_sections()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delflink.c7251 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
7266 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
7267 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
7343 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7345 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7417 if (isym->st_shndx == shndx2) in bfd_elf_match_symbols_in_sections()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delflink.c8203 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8219 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8220 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
8316 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8318 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8405 if (isym->st_shndx == shndx2 in bfd_elf_match_symbols_in_sections()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delflink.c8203 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8219 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8220 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
8316 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8318 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8405 if (isym->st_shndx == shndx2 in bfd_elf_match_symbols_in_sections()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delflink.c8203 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8219 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8220 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
8316 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8318 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8405 if (isym->st_shndx == shndx2 in bfd_elf_match_symbols_in_sections()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delflink.c7756 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
7771 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
7772 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
7848 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7850 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
7922 if (isym->st_shndx == shndx2) in bfd_elf_match_symbols_in_sections()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delflink.c8203 unsigned int shndx1, shndx2; in bfd_elf_match_symbols_in_sections() local
8219 shndx2 = _bfd_elf_section_from_bfd_section (bfd2, sec2); in bfd_elf_match_symbols_in_sections()
8220 if (shndx1 == SHN_BAD || shndx2 == SHN_BAD) in bfd_elf_match_symbols_in_sections()
8316 if (shndx2 < ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8318 else if (shndx2 > ssymbuf2[mid].st_shndx) in bfd_elf_match_symbols_in_sections()
8405 if (isym->st_shndx == shndx2 in bfd_elf_match_symbols_in_sections()