Home | History | Annotate | Download | only in bfd

Lines Matching defs:abfd

35   bfd* abfd;
145 struct dwarf1_unit* x = (struct dwarf1_unit *) bfd_zalloc (stash->abfd, amt);
163 struct dwarf1_func* x = (struct dwarf1_func *) bfd_zalloc (stash->abfd, amt);
175 'abfd' must be the bfd from which the section that 'aDiePtr'
181 parse_die (bfd * abfd,
192 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr);
205 aDieInfo->tag = bfd_get_16 (abfd, (bfd_byte *) xptr);
216 attr = bfd_get_16 (abfd, (bfd_byte *) xptr);
227 aDieInfo->sibling = bfd_get_32 (abfd, (bfd_byte *) xptr);
230 aDieInfo->stmt_list_offset = bfd_get_32 (abfd, (bfd_byte *) xptr);
240 aDieInfo->low_pc = bfd_get_32 (abfd, (bfd_byte *) xptr);
242 aDieInfo->high_pc = bfd_get_32 (abfd, (bfd_byte *) xptr);
246 xptr += 2 + bfd_get_16 (abfd, (bfd_byte *) xptr);
249 xptr += 4 + bfd_get_32 (abfd, (bfd_byte *) xptr);
277 msec = bfd_get_section_by_name (stash->abfd, ".line");
284 (stash->abfd, msec, NULL, stash->syms);
301 tblend = bfd_get_32 (stash->abfd, (bfd_byte *) xptr) + xptr;
305 base = bfd_get_32 (stash->abfd, (bfd_byte *) xptr);
314 aUnit->linenumber_table = (struct linenumber *) bfd_alloc (stash->abfd,
323 = bfd_get_32 (stash->abfd, (bfd_byte *) xptr);
331 = base + bfd_get_32 (stash->abfd, (bfd_byte *) xptr);
356 if (! parse_die (stash->abfd, &eachDieInfo, eachDie,
451 _bfd_dwarf1_find_nearest_line (bfd *abfd,
459 struct dwarf1_debug *stash = elf_tdata (abfd)->dwarf1_find_line_info;
475 stash = elf_tdata (abfd)->dwarf1_find_line_info
476 = (struct dwarf1_debug *) bfd_zalloc (abfd, size);
481 msec = bfd_get_section_by_name (abfd, ".debug");
490 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL,
498 stash->abfd = abfd;
521 if (! parse_die (stash->abfd, &aDieInfo, stash->currentDie,