Lines Matching refs:sec_index
519 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */
806 int sec_index)
827 int sec_index __attribute__ ((unused)),
837 int sec_index __attribute__ ((unused)),
846 __libdw_checked_get_data (Dwarf *dbg, int sec_index)
848 Elf_Data *data = dbg->sectiondata[sec_index];
859 __libdw_offset_in_section (Dwarf *dbg, int sec_index,
862 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
877 __libdw_in_section (Dwarf *dbg, int sec_index,
880 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
896 if (!__libdw_in_section (dbg, sec_index, addr, width)) \
905 int status = RELOC_HOOK (dbg, sec_index, orig_addr, width, &VAL); \
913 int sec_index, const unsigned char **addrp,
924 int sec_index, const unsigned char *addr,
933 int sec_index, const unsigned char **addrp,
945 int sec_index, const unsigned char *addr,
970 int __libdw_read_begin_end_pair_inc (Dwarf_CU *cu, int sec_index,
978 const unsigned char * __libdw_formptr (Dwarf_Attribute *attr, int sec_index,