Lines Matching defs:elf
167 static int read_sym_checksums(struct elf *elf) in read_sym_checksums()
215 static struct symbol *first_file_symbol(struct elf *elf) in first_file_symbol()
227 static struct symbol *next_file_symbol(struct elf *elf, struct symbol *sym) in next_file_symbol()
473 static unsigned long find_sympos(struct elf *elf, struct symbol *sym) in find_sympos()
533 static struct symbol *__clone_symbol(struct elf *elf, struct symbol *patched_sym, in __clone_symbol()
867 static int convert_reloc_sym_to_secsym(struct elf *elf, struct reloc *reloc) in convert_reloc_sym_to_secsym()
881 static int convert_reloc_secsym_to_sym(struct elf *elf, struct reloc *reloc) in convert_reloc_secsym_to_sym()
912 static int convert_reloc_sym(struct elf *elf, struct reloc *reloc) in convert_reloc_sym()
1183 static int create_fake_symbol(struct elf *elf, struct section *sec, in create_fake_symbol()
1238 static int create_fake_symbols(struct elf *elf) in create_fake_symbols()
1313 static bool should_keep_special_sym(struct elf *elf, struct symbol *sym) in should_keep_special_sym()