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.h963 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.c447 int macoff[] = {offsetof(struct stat, st_mtim), in do_find() local
471 + macoff[!*s ? 0 : stridx("ac", s[1])+1]); in do_find()
488 + macoff[!s[5] ? 0 : stridx("ac", s[5])+1]); in do_find()
/external/elfutils/include/elfutils/
Dlibdw.h963 extern ptrdiff_t dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
/external/libpcap/
Dpcap-linux.c4282 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
4414 macoff = netoff - maclen;
4415 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
/external/elfutils/src/
Dreadelf.c9723 Dwarf_Word macoff; in print_debug_macinfo_section() local
9724 if (dwarf_formudata (&attr, &macoff) != 0) in print_debug_macinfo_section()
9729 newp->offset = macoff; in print_debug_macinfo_section()
9813 size_t macoff = readp - (const unsigned char *) data->d_buf; in print_debug_macinfo_section() local
9815 if (macoff >= cus[0].offset && cus[0].offset != data->d_size) in print_debug_macinfo_section()
9817 while (macoff >= cus[1].offset && cus[1].offset != data->d_size) in print_debug_macinfo_section()
DChangeLog1688 as -1 non-existent. Check macoff against sentinel cus.