Searched refs:sym_entry (Results 1 – 2 of 2) sorted by relevance
53 Elf32_Sym *sym_entry, *sym_sec; in apply_relocate_add() local81 sym_entry = sym_sec + ELF32_R_SYM(rel_entry[i].r_info); in apply_relocate_add()83 relocation = sym_entry->st_value + rel_entry[i].r_addend; in apply_relocate_add()85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add()88 s = strtab + sym_entry->st_name; in apply_relocate_add()93 sym_entry->st_value, location, relocation, s); in apply_relocate_add()
36 struct sym_entry { struct62 static struct sym_entry **table; argument80 static char *sym_name(const struct sym_entry *s) in sym_name()121 static struct sym_entry *read_symbol(FILE *in, char **buf, size_t *buf_len) in read_symbol()127 struct sym_entry *sym; in read_symbol()183 static int symbol_in_range(const struct sym_entry *s, in symbol_in_range()204 static int symbol_valid(const struct sym_entry *s) in symbol_valid()259 struct sym_entry *sym; in read_map()322 static bool symbol_absolute(const struct sym_entry *s) in symbol_absolute()330 const struct sym_entry *sa = *(const struct sym_entry **)a; in compare_names()[all …]