Lines Matching refs:symbol
33 /// all symbol vector indexing uses this type
37 * A symbol description from a bfd point of view. This duplicate
39 * the symbol is an artificial symbol
56 asymbol const * symbol() const { return bfd_symbol; }
67 /// the original bfd symbol, this can be null if the symbol is an
68 /// artificial symbol
70 /// the offset of this symbol relative to the begin of the section's
71 /// symbol
73 /// the section filepos for this symbol
75 /// the section vma for this symbol
77 /// the size of this symbol
79 /// the name of the symbol
81 /// normally not externally visible symbol
85 /// symbol is artificially created
87 /// code bytes corresponding to symbol -- used for XML generation
129 * @param sym_idx index of the symbol
143 * @param sym_idx symbol index
149 * in symbol table, all entries up to the end of the sample file will
182 /// sorted vector by vma of interesting symbol.
194 * @param sym_idx symbol index
197 * symbol referenced by the passed sym_idx has code available.
200 * stripped binaries with no symbol debug info. Additionally,
201 * if the bfd object associated with the symbol is not valid,
206 * memory for the symbol contents.
246 * symbol_size - return the size of a symbol
247 * @param sym symbol to get size
248 * @param next next symbol in vma order if any
253 /// create an artificial symbol for a symbolless binary
285 /// sections we will avoid to use symbol from, this is needed