Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dlibcoff-in.h34 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count)
55 unsigned long raw_syment_count; member
Dlibcoff.h38 #define obj_raw_syment_count(bfd) (coff_data (bfd)->raw_syment_count)
59 unsigned long raw_syment_count; member
Dcoffgen.c2072 pend = p + cof->raw_syment_count; in coff_find_nearest_line()