HomeSort by: relevance | last modified time | path
    Searched defs:def_sec (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfnn-loongarch.c 2342 asection *def_sec = NULL; local
2361 def_sec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
2380 def_sec = h->root.u.def.section;
2393 if (!def_sec || discarded_section (def_sec))
elfnn-aarch64.c 9330 asection *def_sec = NULL; local
9341 def_sec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
9360 def_sec = h->root.u.def.section;
9363 if (def_sec != NULL && discarded_section (def_sec))
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-loongarch.c 2160 asection *def_sec = NULL; local
2179 def_sec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
2198 def_sec = h->root.u.def.section;
2211 if (!def_sec || discarded_section (def_sec))
elfnn-aarch64.c 9262 asection *def_sec = NULL; local
9273 def_sec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
9292 def_sec = h->root.u.def.section;
9295 if (def_sec != NULL && discarded_section (def_sec))
  /src/external/gpl3/gdb/dist/bfd/
elfnn-loongarch.c 2138 asection *def_sec = NULL; local
2157 def_sec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
2176 def_sec = h->root.u.def.section;
2189 if (!def_sec || discarded_section (def_sec))
elfnn-aarch64.c 9230 asection *def_sec = NULL; local
9241 def_sec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
9260 def_sec = h->root.u.def.section;
9263 if (def_sec != NULL && discarded_section (def_sec))

Completed in 70 milliseconds