Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/binutils-2.27/include/
H A Dieee.h153 unsigned int section_index; member
/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c2274 int section_index = 0; in add_symbol_file_command() local
2319 sect_opts[section_index].name = ".text"; in add_symbol_file_command()
2320 sect_opts[section_index].value = arg; in add_symbol_file_command()
2321 if (++section_index >= num_sect_opts) in add_symbol_file_command()
2349 sect_opts[section_index].name = arg; in add_symbol_file_command()
2355 sect_opts[section_index].value = arg; in add_symbol_file_command()
2357 if (++section_index >= num_sect_opts) in add_symbol_file_command()
2377 if (section_index < 1) in add_symbol_file_command()
2387 section_addrs = alloc_section_addr_info (section_index); in add_symbol_file_command()
2389 for (i = 0; i < section_index; i++) in add_symbol_file_command()
H A Ddwarf2read.c8602 uint32_t section_index, in create_dwo_in_dwp() argument
8621 section_index, phex (signature, sizeof (signature)), in create_dwo_in_dwp()
8648 + (section_index + i) * sizeof (uint32_t)); in create_dwo_in_dwp()
8785 uint32_t section_index = in lookup_dwo_in_dwp() local
8788 *slot = create_dwo_in_dwp (dwp_file, htab, section_index, in lookup_dwo_in_dwp()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhsa-brig.c2555 uint64_t section_index[3]; in hsa_output_brig() local
2566 + sizeof (section_index) in hsa_output_brig()
2580 uint64_t off = sizeof (module_header) + sizeof (section_index); in hsa_output_brig()
2581 section_index[0] = lendian64 (off); in hsa_output_brig()
2583 section_index[1] = lendian64 (off); in hsa_output_brig()
2585 section_index[2] = lendian64 (off); in hsa_output_brig()
2586 assemble_string ((const char *) &section_index, sizeof (section_index)); in hsa_output_brig()
/dragonfly/contrib/gdb-7/bfd/
H A Dcoffgen.c380 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index() argument
384 if (section_index == N_ABS) in coff_section_from_bfd_index()
386 if (section_index == N_UNDEF) in coff_section_from_bfd_index()
388 if (section_index == N_DEBUG) in coff_section_from_bfd_index()
393 if (answer->target_index == section_index) in coff_section_from_bfd_index()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffgen.c389 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index() argument
393 if (section_index == N_ABS) in coff_section_from_bfd_index()
395 if (section_index == N_UNDEF) in coff_section_from_bfd_index()
397 if (section_index == N_DEBUG) in coff_section_from_bfd_index()
402 if (answer->target_index == section_index) in coff_section_from_bfd_index()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffgen.c398 coff_section_from_bfd_index (bfd *abfd, int section_index) in coff_section_from_bfd_index() argument
402 if (section_index == N_ABS) in coff_section_from_bfd_index()
404 if (section_index == N_UNDEF) in coff_section_from_bfd_index()
406 if (section_index == N_DEBUG) in coff_section_from_bfd_index()
411 if (answer->target_index == section_index) in coff_section_from_bfd_index()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c223 unsigned int section_index; member
6400 g->section_index = entry; in process_section_groups()
7167 sec = section_headers + g->section_index; in ia64_process_unwind()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c270 unsigned int section_index; member
7039 g->section_index = entry; in process_section_groups()
7856 sec = filedata->section_headers + g->section_index; in ia64_process_unwind()