Lines Matching defs:elf
24 struct section *find_section_by_name(struct elf *elf, const char *name) in find_section_by_name()
35 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index()
47 static struct symbol *find_symbol_by_index(struct elf *elf, unsigned int idx) in find_symbol_by_index()
72 struct symbol *find_symbol_by_name(struct elf *elf, const char *name) in find_symbol_by_name()
131 static int read_sections(struct elf *elf) in read_sections()
207 static int read_symbols(struct elf *elf) in read_symbols()
350 static int read_relas(struct elf *elf) in read_relas()
406 struct elf *elf; in elf_read() local
461 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section()
562 struct section *elf_create_rela_section(struct elf *elf, struct section *base) in elf_create_rela_section()
625 int elf_write(struct elf *elf) in elf_write()
657 void elf_close(struct elf *elf) in elf_close()