Home
last modified time | relevance | path

Searched refs:sym_num (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dsom.c1201 int sym_num, in som_reloc_call() argument
1219 if (sym_num < 0x100) in som_reloc_call()
1258 bfd_put_8 (abfd, sym_num, p + 1); in som_reloc_call()
1284 + 2 * (sym_num >= 0x100) + (type >= 0x100), in som_reloc_call()
1290 if (sym_num < 0x100) in som_reloc_call()
1292 bfd_put_8 (abfd, sym_num, p + 2); in som_reloc_call()
1297 bfd_put_8 (abfd, sym_num >> 16, p + 2); in som_reloc_call()
1298 bfd_put_16 (abfd, (bfd_vma) sym_num, p + 3); in som_reloc_call()
2651 int sym_num; in som_write_fixups() local
2656 sym_num = (*bfd_reloc->sym_ptr_ptr)->udata.i; in som_write_fixups()
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dsom.c1322 som_reloc_call (abfd, p, subspace_reloc_sizep, bfd_reloc, sym_num, queue) in som_reloc_call() argument
1327 int sym_num;
1345 if (sym_num < 0x100)
1384 bfd_put_8 (abfd, sym_num, p + 1);
1410 + 2 * (sym_num >= 0x100) + (type >= 0x100),
1416 if (sym_num < 0x100)
1418 bfd_put_8 (abfd, sym_num, p + 2);
1423 bfd_put_8 (abfd, sym_num >> 16, p + 2);
1424 bfd_put_16 (abfd, (bfd_vma) sym_num, p + 3);
2774 int sym_num; local
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2out.c5949 check_duplicate_cu (cu, htable, sym_num) in check_duplicate_cu() argument
5952 unsigned *sym_num;
5972 *sym_num = entry->min_comdat_num;
5978 entry->min_comdat_num = *sym_num = last->max_comdat_num;
5987 record_comdat_symbol_number (cu, htable, sym_num) in record_comdat_symbol_number() argument
5990 unsigned sym_num;
5999 entry->max_comdat_num = sym_num;
/openbsd/src/gnu/gcc/gcc/
Ddwarf2out.c6357 check_duplicate_cu (dw_die_ref cu, htab_t htable, unsigned int *sym_num) in check_duplicate_cu() argument
6377 *sym_num = entry->min_comdat_num; in check_duplicate_cu()
6383 entry->min_comdat_num = *sym_num = last->max_comdat_num; in check_duplicate_cu()
6392 record_comdat_symbol_number (dw_die_ref cu, htab_t htable, unsigned int sym_num) in record_comdat_symbol_number() argument
6401 entry->max_comdat_num = sym_num; in record_comdat_symbol_number()