Lines Matching defs:elf
34 struct section *find_section_by_name(struct elf *elf, const char *name) in find_section_by_name()
45 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index()
57 static struct symbol *find_symbol_by_index(struct elf *elf, unsigned int idx) in find_symbol_by_index()
82 struct symbol *find_symbol_by_name(struct elf *elf, const char *name) in find_symbol_by_name()
141 static int read_sections(struct elf *elf) in read_sections()
217 static int read_symbols(struct elf *elf) in read_symbols()
344 static int read_relas(struct elf *elf) in read_relas()
399 struct elf *elf; in elf_open() local
454 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section()
555 struct section *elf_create_rela_section(struct elf *elf, struct section *base) in elf_create_rela_section()
618 int elf_write(struct elf *elf) in elf_write()
650 void elf_close(struct elf *elf) in elf_close()