Searched refs:sh_map (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | simple-object-elf.c | 1110 unsigned *sh_map; in simple_object_elf_copy_lto_debug_sections() local 1284 sh_map = XNEWVEC (unsigned, shnum); in simple_object_elf_copy_lto_debug_sections() 1285 sh_map[0] = 0; in simple_object_elf_copy_lto_debug_sections() 1290 sh_map[i] = 0; in simple_object_elf_copy_lto_debug_sections() 1292 sh_map[i] = new_i++; in simple_object_elf_copy_lto_debug_sections() 1485 sh_map[first_shndx]); in simple_object_elf_copy_lto_debug_sections() 1511 ent, st_shndx, Elf_Half, sh_map[st_shndx]); in simple_object_elf_copy_lto_debug_sections() 1526 type_functions->set_Elf_Word (dst, sh_map[shndx]); in simple_object_elf_copy_lto_debug_sections() 1556 sh_info = sh_map[sh_info]; in simple_object_elf_copy_lto_debug_sections() 1564 sh_link = sh_map[sh_link]; in simple_object_elf_copy_lto_debug_sections() [all …]
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | simple-object-elf.c | 1102 unsigned *sh_map; in simple_object_elf_copy_lto_debug_sections() local 1276 sh_map = XNEWVEC (unsigned, shnum); in simple_object_elf_copy_lto_debug_sections() 1277 sh_map[0] = 0; in simple_object_elf_copy_lto_debug_sections() 1282 sh_map[i] = 0; in simple_object_elf_copy_lto_debug_sections() 1284 sh_map[i] = new_i++; in simple_object_elf_copy_lto_debug_sections() 1456 sh_map[first_shndx]); in simple_object_elf_copy_lto_debug_sections() 1482 ent, st_shndx, Elf_Half, sh_map[st_shndx]); in simple_object_elf_copy_lto_debug_sections() 1498 type_functions->set_Elf_Word (dst, sh_map[shndx]); in simple_object_elf_copy_lto_debug_sections() 1528 sh_info = sh_map[sh_info]; in simple_object_elf_copy_lto_debug_sections() 1536 sh_link = sh_map[sh_link]; in simple_object_elf_copy_lto_debug_sections() [all …]
|