/external/elfutils/src/libdw/ |
H A D | dwarf_formudata.c | 38 __libdw_formptr (Dwarf_Attribute *attr, int sec_index, argument 45 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index]; 57 attr->cu->offset_size, &offset, sec_index, 0)) 71 &offset, sec_index, 0))
|
H A D | dwarf_ranges.c | 43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index, argument
|
H A D | dwarf_getlocation.c | 207 Dwarf_Op **llbuf, size_t *listlen, int sec_index) 273 if (__libdw_read_address_inc (dbg, sec_index, &data, 280 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size, 438 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size, 555 Dwarf_Op **llbuf, size_t *listlen, int sec_index) 571 llbuf, listlen, sec_index); 203 __libdw_intern_expression(Dwarf *dbg, bool other_byte_order, unsigned int address_size, unsigned int ref_size, void **cache, const Dwarf_Block *block, bool cfap, bool valuep, Dwarf_Op **llbuf, size_t *listlen, int sec_index) argument 554 getlocation(struct Dwarf_CU *cu, const Dwarf_Block *block, Dwarf_Op **llbuf, size_t *listlen, int sec_index) argument
|
H A D | dwarf_getmacros.c | 65 if (t1->sec_index < t2->sec_index) 67 if (t1->sec_index > t2->sec_index) 116 macinfo_table->sec_index = IDX_debug_macinfo; 135 table->sec_index = IDX_debug_macinfo; 251 .sec_index = IDX_debug_macro, 266 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, argument 271 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; 296 read_macros(Dwarf *dbg, int sec_index, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, bool accept_0xff, Dwarf_Die *cudie) argument [all...] |
H A D | libdwP.h | 380 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member in struct:__anon4598 576 int sec_index) 597 int sec_index __attribute__ ((unused)), 607 int sec_index __attribute__ ((unused)), 616 __libdw_checked_get_data (Dwarf *dbg, int sec_index) argument 618 Elf_Data *data = dbg->sectiondata[sec_index]; 629 __libdw_offset_in_section (Dwarf *dbg, int sec_index, argument 632 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index); 646 __libdw_in_section (Dwarf *dbg, int sec_index, argument 649 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index); 680 __libdw_read_address_inc(Dwarf *dbg, int sec_index, const unsigned char **addrp, int width, Dwarf_Addr *ret) argument 691 __libdw_read_address(Dwarf *dbg, int sec_index, const unsigned char *addr, int width, Dwarf_Addr *ret) argument 700 __libdw_read_offset_inc(Dwarf *dbg, int sec_index, const unsigned char **addrp, int width, Dwarf_Off *ret, int sec_ret, size_t size) argument 712 __libdw_read_offset(Dwarf *dbg, Dwarf *dbg_ret, int sec_index, const unsigned char *addr, int width, Dwarf_Off *ret, int sec_ret, size_t size) argument [all...] |
/external/libnfc-nxp/src/ |
H A D | phDnldNfc.c | 1666 uint8_t sec_index = psDnldContext->section_index; local 1667 section_info_t *p_sec_info = (psDnldContext->p_fw_sec + sec_index); 1669 while((sec_index < psDnldContext->p_fw_hdr->no_of_sections) 1686 DNLD_DEBUG(" FW_DNLD: Section %02X Download Complete\n", sec_index); 1689 DNLD_DEBUG(" FW_DNLD: Reset After Section %02X Download \n", sec_index); 1695 sec_index++; 1705 p_sec_info = (psDnldContext->p_fw_sec + sec_index); 1707 if( (sec_index < psDnldContext->p_fw_hdr->no_of_sections) 1718 sec_index++; 1719 p_sec_info = (psDnldContext->p_fw_sec + sec_index); 3414 uint8_t sec_index = 0; local [all...] |