HomeSort by relevance Sort by last modified time
    Searched full:bfdh (Results 1 - 1 of 1) sorted by null

  /external/honggfuzz/linux/
bfd.c 45 bfd* bfdh; member in struct:__anon21201
63 if ((bfdParams->bfdh = bfd_openr(fname, 0)) == NULL) {
68 if (!bfd_check_format(bfdParams->bfdh, bfd_object)) {
73 int storage_needed = bfd_get_symtab_upper_bound(bfdParams->bfdh);
80 bfd_canonicalize_symtab(bfdParams->bfdh, bfdParams->syms);
82 if ((bfdParams->section = bfd_get_section_by_name(bfdParams->bfdh, ".text")) == NULL) {
94 if (bfdParams->bfdh) {
95 bfd_close(bfdParams->bfdh);
106 .bfdh = NULL,
128 bfdParams.bfdh, bfdParams.section, bfdParams.syms, offset, &file, &func, &line))
153 bfd* bfdh = bfd_openr(fname, NULL); local
    [all...]

Completed in 70 milliseconds