Lines Matching refs:relocatablesec
304 struct Dwarf_Section_s **relocatablesec, int *error) in find_section_to_relocate() argument
306 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate()
307 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); in find_section_to_relocate()
308 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); in find_section_to_relocate()
309 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate()
310 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); in find_section_to_relocate()
311 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); in find_section_to_relocate()
312 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); in find_section_to_relocate()
313 MATCH_REL_SEC(section_index,dbg->de_debug_ranges,relocatablesec); in find_section_to_relocate()
314 MATCH_REL_SEC(section_index,dbg->de_debug_frame,relocatablesec); in find_section_to_relocate()
315 MATCH_REL_SEC(section_index,dbg->de_debug_frame_eh_gnu,relocatablesec); in find_section_to_relocate()
316 MATCH_REL_SEC(section_index,dbg->de_debug_pubtypes,relocatablesec); in find_section_to_relocate()
317 MATCH_REL_SEC(section_index,dbg->de_debug_funcnames,relocatablesec); in find_section_to_relocate()
318 MATCH_REL_SEC(section_index,dbg->de_debug_typenames,relocatablesec); in find_section_to_relocate()
319 MATCH_REL_SEC(section_index,dbg->de_debug_varnames,relocatablesec); in find_section_to_relocate()
320 MATCH_REL_SEC(section_index,dbg->de_debug_weaknames,relocatablesec); in find_section_to_relocate()
321 MATCH_REL_SEC(section_index,dbg->de_debug_types,relocatablesec); in find_section_to_relocate()
322 MATCH_REL_SEC(section_index,dbg->de_debug_macro,relocatablesec); in find_section_to_relocate()
323 MATCH_REL_SEC(section_index,dbg->de_debug_rnglists,relocatablesec); in find_section_to_relocate()
324 MATCH_REL_SEC(section_index,dbg->de_debug_loclists,relocatablesec); in find_section_to_relocate()
325 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); in find_section_to_relocate()
326 MATCH_REL_SEC(section_index,dbg->de_debug_sup,relocatablesec); in find_section_to_relocate()
327 MATCH_REL_SEC(section_index,dbg->de_debug_str_offsets,relocatablesec); in find_section_to_relocate()
328 MATCH_REL_SEC(section_index,dbg->de_debug_addr,relocatablesec); in find_section_to_relocate()
434 struct Dwarf_Section_s * relocatablesec, in apply_rela_entries() argument
460 relocatablesec->dss_data, in apply_rela_entries()
461 relocatablesec->dss_size, in apply_rela_entries()
487 struct Dwarf_Section_s * relocatablesec = 0; in elf_relocations_nolibelf() local
500 &relocatablesec, error); in elf_relocations_nolibelf()
514 section_with_reloc_records = relocatablesec->dss_reloc_index; in elf_relocations_nolibelf()
526 if (obj->f_symtab_sect_index != relocatablesec->dss_reloc_link) { in elf_relocations_nolibelf()
535 obj, relocatablesec,error); in elf_relocations_nolibelf()