Lines Matching refs:section_index
200 Dwarf_Half section_index, in elf_get_nolibelf_section_info() argument
208 if (section_index < elf->f_loc_shdr.g_count) { in elf_get_nolibelf_section_info()
211 sp = elf->f_shdr + section_index; in elf_get_nolibelf_section_info()
225 elf_load_nolibelf_section (void *obj, Dwarf_Half section_index, in elf_load_nolibelf_section() argument
231 if (0 < section_index && in elf_load_nolibelf_section()
232 section_index < elf->f_loc_shdr.g_count) { in elf_load_nolibelf_section()
236 elf->f_shdr + section_index; in elf_load_nolibelf_section()
272 Dwarf_Half section_index, in _dwarf_get_elf_flags_func_nl() argument
281 if (section_index == 0) { in _dwarf_get_elf_flags_func_nl()
285 if (section_index >= ep->f_loc_shdr.g_count) { in _dwarf_get_elf_flags_func_nl()
289 shp = ep->f_shdr + section_index; in _dwarf_get_elf_flags_func_nl()
303 find_section_to_relocate(Dwarf_Debug dbg,Dwarf_Half section_index, 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()
481 Dwarf_Half section_index, in elf_relocations_nolibelf() argument
490 if (section_index == 0) { in elf_relocations_nolibelf()
499 res = find_section_to_relocate(dbg, section_index, in elf_relocations_nolibelf()