Home | History | Annotate | Download | only in common

Lines Matching refs:symbols

52 	 * total number of symbols, and we will only be filling the list
53 * with offsets of global symbols. The memory savings from
56 * of global symbols.
85 static void parse_relocs(Elf *elf, Elf_Data *relocs, Elf_Data *symbols,
91 if (!relocs || !symbols || !binary->reloc_count) {
103 gelf_getsym(symbols, GELF_R_SYM(rel.r_info), &symbol);
118 Elf_Data *symbols = NULL, *relocs = NULL;
164 symbols = elf_getdata(section, section_data);
166 parse_symbol_table(symbols, &section_header, binary);
174 parse_relocs(elf, relocs, symbols, symbol_sh_link, binary);