HomeSort by relevance Sort by last modified time
    Searched refs:section_info (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c     [all...]
cofflink.c 594 flaginfo.section_info = NULL;
711 flaginfo.section_info = (struct coff_link_section_info *) bfd_malloc (amt);
712 if (flaginfo.section_info == NULL)
716 flaginfo.section_info[i].relocs = NULL;
717 flaginfo.section_info[i].rel_hashes = NULL;
754 flaginfo.section_info[o->target_index].relocs =
758 flaginfo.section_info[o->target_index].rel_hashes =
760 if (flaginfo.section_info[o->target_index].relocs == NULL
761 || flaginfo.section_info[o->target_index].rel_hashes == NULL)
    [all...]
xcofflink.c 172 struct xcoff_link_section_info *section_info; member in struct:xcoff_final_link_info
    [all...]
libcoff-in.h 488 struct coff_link_section_info *section_info; member in struct:coff_final_link_info
libcoff.h 492 struct coff_link_section_info *section_info; member in struct:coff_final_link_info
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
icf.h 55 Sections_reachable_info section_info; member in struct:gold::Icf::__anon75730
dynobj.h 253 { return this->elf_file_.section_info(shndx); }
gc.h 214 secvec = &reloc_info->section_info;
icf.cc 273 (it_reloc_info_list->second).section_info;
    [all...]
object.h 556 section_info(unsigned int shndx) function in class:gold::Object
    [all...]
dwarf_reader.cc 369 && object->section_info(i) == ranges_shndx)
540 && object->section_info(i) == shndx)
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 232 section_info(unsigned int shndx);
670 Elf_file<size, big_endian, File>::section_info(unsigned int shndx) function in class:elfcpp::Elf_file
675 file->error(_("section_info: bad shndx %u >= %u"),
  /external/elfutils/src/
readelf.c 205 section_info = 8, /* .debug_info, .debug_types */ enumerator in enum:section_e
206 section_types = section_info,
217 | section_info | section_line | section_loc
415 implicit_debug_sections |= section_info;
420 print_debug_sections |= section_info;
424 implicit_debug_sections |= section_info;
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 337 typedef struct section_info struct
    [all...]

Completed in 412 milliseconds