Searched refs:ldr_data (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1036 bfd_byte *ldr_data; local
1061 ldr_data = (bfd_byte *) xmalloc (size);
1062 bfd_get_section_contents (abfd, loader, ldr_data, 0, size);
1063 lhdr = (struct external_ldhdr *)ldr_data;
1070 free (ldr_data);
1089 ldsym = (struct external_ldsym *)(ldr_data + sizeof (*lhdr));
1121 printf ("%s", ldr_data + stoff + off);
1129 ldrel = (struct external_ldrel *)(ldr_data + sizeof (*lhdr)
1167 p = (char *)ldr_data + impoff;
1180 free (ldr_data);
[all...]

Completed in 100 milliseconds