Home
last modified time | relevance | path

Searched refs:macoff (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getmacros.c120 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie) in get_macinfo_table() argument
135 table->offset = macoff; in get_macinfo_table()
145 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff, in get_table_for_offset() argument
252 .offset = macoff, 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()
280 ? get_table_for_offset (dbg, macoff, startp, endp, cudie) in cache_op_table()
281 : get_macinfo_table (dbg, macoff, cudie); in cache_op_table()
299 Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), in read_macros() argument
310 if (unlikely (macoff >= d->d_size)) in read_macros()
[all …]
Dlibdw.h888 extern ptrdiff_t dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
/external/elfutils/tests/
Ddwarf-getmacros.c30 static void include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token);
110 include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token) in include() argument
112 while ((token = dwarf_getmacros_off (dbg, macoff, mac, dbg, token)) != 0) in include()
/external/elfutils/include/elfutils/
Dlibdw.h888 extern ptrdiff_t dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
/external/libpcap/
Dpcap-linux.c3846 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
3972 macoff = netoff - maclen;
3973 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
/external/elfutils/src/
Dreadelf.c7152 Dwarf_Word macoff; in print_debug_macinfo_section() local
7153 if (dwarf_formudata (&attr, &macoff) != 0) in print_debug_macinfo_section()
7158 newp->offset = macoff; in print_debug_macinfo_section()
7242 size_t macoff = readp - (const unsigned char *) data->d_buf; in print_debug_macinfo_section() local
7244 if (macoff >= cus[0].offset) in print_debug_macinfo_section()
7246 while (macoff >= cus[1].offset && cus[1].offset != data->d_size) in print_debug_macinfo_section()
DChangeLog478 as -1 non-existent. Check macoff against sentinel cus.