Searched defs:macoff (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/tests/
H A Ddwarf-getmacros.c30 static void include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token);
110 include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token) argument
112 while ((token = dwarf_getmacros_off (dbg, macoff, mac, dbg, token)) != 0)
/external/elfutils/libdw/
H A Ddwarf_getmacros.c120 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie) argument
135 table->offset = macoff;
145 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff, argument
252 .offset = macoff,
268 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, argument
273 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index };
280 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
281 : get_macinfo_table (dbg, macoff, cudie);
299 Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *),
310 if (unlikely (macoff >
298 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
464 gnu_macros_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, bool accept_0xff, Dwarf_Die *cudie) argument
482 macro_info_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t offset, Dwarf_Die *cudie) argument
493 dwarf_getmacros_off(Dwarf *dbg, Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), void *arg, ptrdiff_t token) argument
551 Dwarf_Word macoff; local
560 Dwarf_Word macoff; local
[all...]
/external/libpcap/
H A Dpcap-linux.c3846 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
3957 * large enough to directly replace macoff..
3972 macoff = netoff - maclen;
3973 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
/external/elfutils/src/
H A Dreadelf.c7152 Dwarf_Word macoff; local
7153 if (dwarf_formudata (&attr, &macoff) != 0)
7158 newp->offset = macoff;
7242 size_t macoff = readp - (const unsigned char *) data->d_buf; local
7244 if (macoff >= cus[0].offset)
7246 while (macoff >= cus[1].offset && cus[1].offset != data->d_size)

Completed in 1210 milliseconds