gem5/src/base/loader
Steve Reinhardt 0be64ffe2f style: eliminate equality tests with true and false
Using '== true' in a boolean expression is totally redundant,
and using '== false' is pretty verbose (and arguably less
readable in most cases) compared to '!'.

It's somewhat of a pet peeve, perhaps, but I had some time
waiting for some tests to run and decided to clean these up.

Unfortunately, SLICC appears not to have the '!' operator,
so I had to leave the '== false' tests in the SLICC code.
2014-05-31 18:00:23 -07:00
..
aout_object.cc trace: reimplement the DTRACE function so it doesn't use a vector 2011-04-15 10:44:32 -07:00
aout_object.hh Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
coff_sym.h style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
coff_symconst.h style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
dtb_object.cc loader: add a flattened device tree blob (dtb) object 2013-02-15 18:48:59 -05:00
dtb_object.hh loader: add a flattened device tree blob (dtb) object 2013-02-15 18:48:59 -05:00
ecoff_object.cc trace: reimplement the DTRACE function so it doesn't use a vector 2011-04-15 10:44:32 -07:00
ecoff_object.hh Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
elf_object.cc arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
elf_object.hh arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
exec_aout.h New directory structure: 2006-05-22 14:29:33 -04:00
exec_ecoff.h style: fix sorting of includes and whitespace in some files 2010-09-10 14:58:04 -07:00
hex_file.cc style: eliminate equality tests with true and false 2014-05-31 18:00:23 -07:00
hex_file.hh MEM: Make port proxies use references rather than pointers 2012-02-24 11:45:30 -05:00
object_file.cc arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
object_file.hh arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
raw_object.cc trace: reimplement the DTRACE function so it doesn't use a vector 2011-04-15 10:44:32 -07:00
raw_object.hh Load the hypervisor symbols twice, once with an address mask so that we can get symbols for where it's copied to in memory 2006-11-30 15:51:54 -05:00
symtab.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
symtab.hh types: Move stuff for global types into src/base/types.hh 2009-05-17 14:34:50 -07:00