Home
last modified time | relevance | path

Searched refs:sec_index (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdw/
DlibdwP.h377 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member
568 int sec_index)
589 int sec_index __attribute__ ((unused)), in __libdw_relocate_address() argument
599 int sec_index __attribute__ ((unused)), in __libdw_relocate_offset() argument
608 __libdw_checked_get_data (Dwarf *dbg, int sec_index) in __libdw_checked_get_data() argument
610 Elf_Data *data = dbg->sectiondata[sec_index]; in __libdw_checked_get_data()
621 __libdw_offset_in_section (Dwarf *dbg, int sec_index, in __libdw_offset_in_section() argument
624 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index); in __libdw_offset_in_section()
638 __libdw_in_section (Dwarf *dbg, int sec_index, in __libdw_in_section() argument
641 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index); in __libdw_in_section()
[all …]
Ddwarf_getmacros.c65 if (t1->sec_index < t2->sec_index) in macro_op_compare()
67 if (t1->sec_index > t2->sec_index) in macro_op_compare()
116 macinfo_table->sec_index = IDX_debug_macinfo; in init_macinfo_table()
136 table->sec_index = IDX_debug_macinfo; in get_macinfo_table()
253 .sec_index = IDX_debug_macro, in get_table_for_offset()
268 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, in cache_op_table() argument
273 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table()
279 Dwarf_Macro_Op_Table *table = sec_index == IDX_debug_macro in cache_op_table()
298 read_macros (Dwarf *dbg, int sec_index, in read_macros() argument
303 Elf_Data *d = dbg->sectiondata[sec_index]; in read_macros()
[all …]
Ddwarf_formudata.c38 __libdw_formptr (Dwarf_Attribute *attr, int sec_index, in __libdw_formptr() argument
45 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index]; in __libdw_formptr()
57 attr->cu->offset_size, &offset, sec_index, 0)) in __libdw_formptr()
71 &offset, sec_index, 0)) in __libdw_formptr()
Ddwarf_getlocation.c205 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument
296 else if (__libdw_read_address_inc (dbg, sec_index, &data, in __libdw_intern_expression()
303 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data, in __libdw_intern_expression()
472 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data, in __libdw_intern_expression()
590 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument
606 llbuf, listlen, sec_index); in getlocation()
Ddwarf_ranges.c43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index, in __libdw_read_begin_end_pair_inc() argument
/external/libnfc-nxp/src/
DphDnldNfc.c1666 uint8_t sec_index = psDnldContext->section_index; in phDnldNfc_Resume_Write() local
1667 section_info_t *p_sec_info = (psDnldContext->p_fw_sec + sec_index); in phDnldNfc_Resume_Write()
1669 while((sec_index < psDnldContext->p_fw_hdr->no_of_sections) in phDnldNfc_Resume_Write()
1686 DNLD_DEBUG(" FW_DNLD: Section %02X Download Complete\n", sec_index); in phDnldNfc_Resume_Write()
1689 DNLD_DEBUG(" FW_DNLD: Reset After Section %02X Download \n", sec_index); in phDnldNfc_Resume_Write()
1695 sec_index++; in phDnldNfc_Resume_Write()
1705 p_sec_info = (psDnldContext->p_fw_sec + sec_index); in phDnldNfc_Resume_Write()
1707 if( (sec_index < psDnldContext->p_fw_hdr->no_of_sections) in phDnldNfc_Resume_Write()
1718 sec_index++; in phDnldNfc_Resume_Write()
1719 p_sec_info = (psDnldContext->p_fw_sec + sec_index); in phDnldNfc_Resume_Write()
[all …]