HomeSort by relevance Sort by last modified time
    Searched defs:macoff (Results 1 - 3 of 3) 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...]
  /external/libpcap/
pcap-linux.c 4030 unsigned int sk_type, tp_reserve, maclen, tp_hdrlen, netoff, macoff; local
    [all...]
  /external/elfutils/src/
readelf.c 7152 Dwarf_Word macoff; local
7242 size_t macoff = readp - (const unsigned char *) data->d_buf; local
    [all...]

Completed in 728 milliseconds