Lines Matching refs:bfd_byte
45 bfd_byte *debug_section;
48 bfd_byte *debug_section_end;
51 bfd_byte *line_section;
54 bfd_byte *line_section_end;
57 bfd_byte *currentDie;
81 bfd_byte *first_child;
183 bfd_byte * aDiePtr, in parse_die()
184 bfd_byte * aDiePtrEnd) in parse_die()
186 bfd_byte *this_die = aDiePtr; in parse_die()
187 bfd_byte *xptr = this_die; in parse_die()
295 bfd_byte *xptr; in parse_line_table()
322 bfd_byte *tblend; in parse_line_table()
327 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr; in parse_line_table()
331 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
354 = bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
362 = base + bfd_get_32 (stash->abfd, (bfd_byte *) xptr); in parse_line_table()
378 bfd_byte *eachDie; in parse_functions_in_unit()