Lines Matching defs:elf
168 static int read_sym_checksums(struct elf *elf) in read_sym_checksums()
216 static struct symbol *first_file_symbol(struct elf *elf) in first_file_symbol()
228 static struct symbol *next_file_symbol(struct elf *elf, struct symbol *sym) in next_file_symbol()
383 static int find_global_symbol_by_demangled_name(struct elf *elf, struct symbol *sym, in find_global_symbol_by_demangled_name()
561 static unsigned long find_sympos(struct elf *elf, struct symbol *sym) in find_sympos()
621 static struct symbol *__clone_symbol(struct elf *elf, struct symbol *patched_sym, in __clone_symbol()
955 static int convert_reloc_sym_to_secsym(struct elf *elf, struct reloc *reloc) in convert_reloc_sym_to_secsym()
969 static int convert_reloc_secsym_to_sym(struct elf *elf, struct reloc *reloc) in convert_reloc_secsym_to_sym()
1000 static int convert_reloc_sym(struct elf *elf, struct reloc *reloc) in convert_reloc_sym()
1271 static int create_fake_symbol(struct elf *elf, struct section *sec, in create_fake_symbol()
1326 static int create_fake_symbols(struct elf *elf) in create_fake_symbols()
1401 static bool should_keep_special_sym(struct elf *elf, struct symbol *sym) in should_keep_special_sym()