HomeSort by relevance Sort by last modified time
    Searched full:macoff (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libdw/
dwarf_getmacros.c 120 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie)
135 table->offset = macoff;
145 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff,
252 .offset = macoff,
268 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff,
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 >= d->d_size)
551 Dwarf_Word macoff; local
560 Dwarf_Word macoff; local
    [all...]
libdw.h     [all...]
  /external/elfutils/tests/
dwarf-getmacros.c 30 static void include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token);
110 include (Dwarf *dbg, Dwarf_Off macoff, ptrdiff_t token)
112 while ((token = dwarf_getmacros_off (dbg, macoff, mac, dbg, token)) != 0)
  /external/elfutils/src/
readelf.c 7152 Dwarf_Word macoff; local
7242 size_t macoff = readp - (const unsigned char *) data->d_buf; local
    [all...]
ChangeLog 478 as -1 non-existent. Check macoff against sentinel cus.
    [all...]
  /external/libpcap/
pcap-linux.c 3846 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
    [all...]

Completed in 161 milliseconds