• Home
  • Raw
  • Download

Lines Matching refs:jmprel

733     if (source->jmprel.sections != NULL) {  in do_destroy_source()
734 destroy_range_list(source->jmprel.sections); in do_destroy_source()
735 source->jmprel.sections = NULL; in do_destroy_source()
825 source->jmprel.idx = source->jmprel.sz_idx = -1; in reinit_source()
838 source->jmprel.idx = dynidx; in reinit_source()
839 source->jmprel.addr = dyn->d_un.d_ptr; in reinit_source()
844 source->jmprel.sz_idx = dynidx; in reinit_source()
845 source->jmprel.size = dyn->d_un.d_val; in reinit_source()
1612 FAILIF(source->jmprel.processed, in adjust_dynamic_segment_entries()
1616 source->jmprel.processed = 1; in adjust_dynamic_segment_entries()
1621 if (source->jmprel.num_unfinished_relocs > 0) in adjust_dynamic_segment_entries()
1622 adjust_dynamic_segment_entry_size(source, &source->jmprel); in adjust_dynamic_segment_entries()
1628 source->jmprel.num_unfinished_relocs == 0) in adjust_dynamic_segment_entries()
1649 (source->jmprel.num_unfinished_relocs == 0 && in adjust_dynamic_segment_entries()
1650 (dynidx == source->jmprel.idx || in adjust_dynamic_segment_entries()
1651 dynidx == source->jmprel.sz_idx))) in adjust_dynamic_segment_entries()
1880 adjust_dynamic_segment_for(source, &source->jmprel, in adjust_dynamic_segment()
1944 else if (source->jmprel.addr && in match_relocation_sections_to_dynamic_ranges()
1945 source->jmprel.addr <= reloc_scn->shdr.sh_addr && in match_relocation_sections_to_dynamic_ranges()
1946 reloc_scn->shdr.sh_addr <= source->jmprel.addr + in match_relocation_sections_to_dynamic_ranges()
1947 source->jmprel.size) in match_relocation_sections_to_dynamic_ranges()
1950 (source->jmprel.addr + source->jmprel.size)) in match_relocation_sections_to_dynamic_ranges()
1960 source->jmprel.addr, in match_relocation_sections_to_dynamic_ranges()
1961 source->jmprel.addr + source->jmprel.size); in match_relocation_sections_to_dynamic_ranges()
1964 if (NULL == source->jmprel.sections) { in match_relocation_sections_to_dynamic_ranges()
1965 source->jmprel.sections = init_range_list(); in match_relocation_sections_to_dynamic_ranges()
1966 ASSERT(source->jmprel.sections); in match_relocation_sections_to_dynamic_ranges()
1968 add_unique_range_nosort(source->jmprel.sections, in match_relocation_sections_to_dynamic_ranges()
1991 if (source->jmprel.sections) sort_ranges(source->jmprel.sections); in match_relocation_sections_to_dynamic_ranges()
2189 source->jmprel.idx = source->jmprel.sz_idx = -1; in process_file()
2244 source->jmprel.idx = dynidx; in process_file()
2245 source->jmprel.addr = dyn->d_un.d_ptr; in process_file()
2248 source->jmprel.sz_idx = dynidx; in process_file()
2249 source->jmprel.size = dyn->d_un.d_val; in process_file()