Lines Matching refs:Elf
37 static void update_relocations_section_symbol_references(Elf *newelf, Elf *elf,
42 static void update_relocations_section_offsets(Elf *newelf, Elf *elf, Ebl *ebl,
49 static void update_hash_table(Elf *newelf, Elf *elf,
56 static Elf64_Off section_to_header_mapping(Elf *elf,
63 static void build_dynamic_segment_strings(Elf *elf, Ebl *oldebl,
70 static void print_dynamic_segment_strings(Elf *elf, Ebl *oldebl,
77 static void adjust_dynamic_segment_offsets(Elf *elf, Ebl *oldebl,
78 Elf *newelf,
83 static void update_symbol_values(Elf *elf, GElf_Ehdr *ehdr,
84 Elf *newelf,
93 update_section_offsets(Elf *elf,
94 Elf *newelf,
109 void adjust_elf(Elf *elf, const char *elf_name, in adjust_elf()
110 Elf *newelf, const char *newelf_name __attribute__((unused)), in adjust_elf()
1223 static void update_hash_table(Elf *newelf, Elf *elf, in update_hash_table()
1314 Elf *newelf, Elf *elf __attribute__((unused)), in update_relocations_section_symbol_references()
1423 static void update_relocations_section_offsets(Elf *newelf __attribute((unused)), Elf *elf, in update_relocations_section_offsets()
1696 static size_t do_update_dyn_entry_address(Elf *elf, in do_update_dyn_entry_address()
1733 static inline size_t update_dyn_entry_address(Elf *elf, in update_dyn_entry_address()
1741 static void update_dyn_entry_address_and_size(Elf *elf, Ebl *oldebl, in update_dyn_entry_address_and_size()
1796 static void do_build_dynamic_segment_strings(Elf *elf, Ebl *oldebl, in do_build_dynamic_segment_strings()
1869 static void build_dynamic_segment_strings(Elf *elf, Ebl *oldebl, in build_dynamic_segment_strings()
1883 static void print_dynamic_segment_strings(Elf *elf, Ebl *oldebl, in print_dynamic_segment_strings()
1897 static void adjust_dynamic_segment_offsets(Elf *elf, Ebl *oldebl, in adjust_dynamic_segment_offsets()
1898 Elf *newelf __attribute__((unused)), in adjust_dynamic_segment_offsets()
2120 static Elf64_Off section_to_header_mapping(Elf *elf, in section_to_header_mapping()
2186 update_symbol_values(Elf *elf, GElf_Ehdr *ehdr, in update_symbol_values()
2187 Elf *newelf __attribute__((unused)), in update_symbol_values()
2499 static void adjust_section_offset(Elf *newelf, in adjust_section_offset()
2633 static GElf_Off move_sections(Elf *newelf, in move_sections()
2759 update_section_offsets(Elf *elf, in update_section_offsets()
2760 Elf *newelf, in update_section_offsets()