Home
last modified time | relevance | path

Searched refs:VALOFF (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dsyms.c950 #define VALOFF (8) in _bfd_stab_section_find_nearest_line() macro
1138 stroff = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1151 info->indextable[i].val = bfd_get_32 (abfd, last_stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1206 info->indextable[i].val = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1219 info->indextable[i].val = bfd_get_32 (abfd, last_stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1307 val = bfd_get_32 (abfd, stab + VALOFF); in _bfd_stab_section_find_nearest_line()
1322 + bfd_get_32 (abfd, stab + VALOFF)); in _bfd_stab_section_find_nearest_line()
H A Dstabs.c48 #define VALOFF 8 macro
582 if ((*reloc_symbol_deleted_p) (sym + VALOFF - stabbuf, cookie)) in _bfd_discard_section_stabs()
595 if ((*reloc_symbol_deleted_p) (sym + VALOFF - stabbuf, cookie)) in _bfd_discard_section_stabs()
681 bfd_put_32 (output_bfd, e->val, excl_sym + VALOFF); in _bfd_write_section_stabs()
707 tosym + VALOFF); in _bfd_write_section_stabs()
/freebsd-12.1/contrib/binutils/binutils/
H A Dobjdump.c2235 #define VALOFF (8) macro
2273 value = bfd_h_get_32 (abfd, stabp + VALOFF); in print_section_stabs()