HomeSort by: relevance | last modified time | path
    Searched defs:i_bfd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 1868 const bfd * i_bfd = (bfd *) i->handle;
1870 if (abfd != NULL && i_bfd->build_id != NULL)
1872 const unsigned char * data = i_bfd->build_id->data;
1873 size_t size = i_bfd->build_id->size;
1923 const bfd * i_bfd = (bfd *) i->handle;
1925 if (i_bfd != NULL && i_bfd->build_id != NULL)
1927 const unsigned char * data = i_bfd->build_id->data;
1928 size_t size = i_bfd->build_id->size;
1863 const bfd * i_bfd = (bfd *) i->handle; local
1918 const bfd * i_bfd = (bfd *) i->handle; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 1877 const bfd * i_bfd = (bfd *) i->handle;
1879 if (abfd != NULL && i_bfd->build_id != NULL)
1881 const unsigned char * data = i_bfd->build_id->data;
1882 size_t size = i_bfd->build_id->size;
1932 const bfd * i_bfd = (bfd *) i->handle;
1934 if (i_bfd != NULL && i_bfd->build_id != NULL)
1936 const unsigned char * data = i_bfd->build_id->data;
1937 size_t size = i_bfd->build_id->size;
1872 const bfd * i_bfd = (bfd *) i->handle; local
1927 const bfd * i_bfd = (bfd *) i->handle; local

Completed in 147 milliseconds