#include "config.h"
#include <vector>
#include <string>
#include <list>
#include <map>
#include <set>
#include "bfd_support.h"
#include "locate_images.h"
#include "utility.h"
#include "cached_value.h"
#include "op_types.h"
Go to the source code of this file.
Data Structures | |
class | op_bfd_symbol |
class | op_bfd |
Typedefs | |
typedef size_t | symbol_index_t |
all symbol vector indexing uses this type |
Encapsulation of bfd objects
Definition in file op_bfd.h.
typedef size_t symbol_index_t |