Home | History | Annotate | Download | only in common

Lines Matching refs:symbols

48 	 * total number of symbols, and we will only be filling the list
49 * with offsets of global symbols. The memory savings from
52 * of global symbols.
81 static void parse_relocs(Elf *elf, Elf_Data *relocs, Elf_Data *symbols,
87 if (!relocs || !symbols || !binary->reloc_count) {
99 gelf_getsym(symbols, GELF_R_SYM(rel.r_info), &symbol);
114 Elf_Data *symbols = NULL, *relocs = NULL;
167 symbols = elf_getdata(section, section_data);
169 parse_symbol_table(symbols, &section_header, binary);
177 parse_relocs(elf, relocs, symbols, symbol_sh_link, binary);