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

/freebsd-11-stable/usr.bin/brandelf/
H A Dbrandelf.c55 static struct ELFtypes elftypes[] = { variable in typeref:struct:ELFtypes
180 elfwalk < sizeof(elftypes)/sizeof(elftypes[0]);
182 if (etype == elftypes[elfwalk].value)
183 return elftypes[elfwalk].str;
193 elfwalk < sizeof(elftypes)/sizeof(elftypes[0]);
195 if (strcasecmp(elfstrtype, elftypes[elfwalk].str) == 0)
196 return elftypes[elfwalk].value;
207 elfwalk < sizeof(elftypes)/sizeo
[all...]
/freebsd-11-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c60 static struct ELFtypes elftypes[] = { variable in typeref:struct:ELFtypes
280 elfwalk < sizeof(elftypes)/sizeof(elftypes[0]);
282 if (etype == elftypes[elfwalk].value)
283 return (elftypes[elfwalk].str);
293 elfwalk < sizeof(elftypes)/sizeof(elftypes[0]);
295 if (strcasecmp(elfstrtype, elftypes[elfwalk].str) == 0)
296 return (elftypes[elfwalk].value);
307 elfwalk < sizeof(elftypes)/sizeo
[all...]

Completed in 46 milliseconds