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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c8947 Elf32_External_Conflict *econf32;
8949 econf32 = get_data (NULL, file, conflicts_offset,
8950 conflictsno, sizeof (*econf32), _("conflict"));
8951 if (!econf32)
8955 iconf[cnt] = BYTE_GET (econf32[cnt]);
8957 free (econf32);
8944 Elf32_External_Conflict *econf32; local

Completed in 185 milliseconds