Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getmacros.c119 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie) in get_macinfo_table() argument
134 table->offset = macoff; in get_macinfo_table()
144 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff, in get_table_for_offset() argument
256 .offset = macoff, in get_table_for_offset()
272 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, in cache_op_table() argument
277 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table()
284 ? get_table_for_offset (dbg, macoff, startp, endp, cudie) in cache_op_table()
285 : get_macinfo_table (dbg, macoff, cudie); in cache_op_table()
303 Dwarf_Off macoff, int (*callback) (Dwarf_Macro *, void *), in read_macros() argument
314 if (unlikely (macoff >= d->d_size)) in read_macros()
[all …]
Dlibdw.h970 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/toybox/toys/posix/
Dfind.c455 int macoff[] = {offsetof(struct stat, st_mtim), in do_find() local
479 + macoff[!*s ? 0 : stridx("ac", s[1])+1]); in do_find()
496 + macoff[!s[5] ? 0 : stridx("ac", s[5])+1]); in do_find()
/external/elfutils/include/elfutils/
Dlibdw.h970 extern ptrdiff_t dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
/external/libpcap/
Dpcap-linux.c2865 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; in create_ring() local
3020 macoff = netoff - maclen; in create_ring()
3021 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size); in create_ring()
/external/elfutils/src/
Dreadelf.c9821 Dwarf_Word macoff; in print_debug_macinfo_section() local
9822 if (dwarf_formudata (&attr, &macoff) != 0) in print_debug_macinfo_section()
9827 newp->offset = macoff; in print_debug_macinfo_section()
9911 size_t macoff = readp - (const unsigned char *) data->d_buf; in print_debug_macinfo_section() local
9913 if (macoff >= cus[0].offset && cus[0].offset != data->d_size) in print_debug_macinfo_section()
9915 while (macoff >= cus[1].offset && cus[1].offset != data->d_size) in print_debug_macinfo_section()
DChangeLog1947 as -1 non-existent. Check macoff against sentinel cus.