Home
last modified time | relevance | path

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

/third_party/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.h979 extern ptrdiff_t dwarf_getmacros_off (Dwarf *dbg, Dwarf_Off macoff,
/third_party/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()
/third_party/toybox/toys/posix/
Dfind.c465 int macoff[] = {offsetof(struct stat, st_mtim), in do_find() local
489 + macoff[!*s ? 0 : stridx("ac", s[1])+1]); in do_find()
506 + macoff[!s[5] ? 0 : stridx("ac", s[5])+1]); in do_find()
/third_party/elfutils/src/
Dreadelf.c10075 Dwarf_Word macoff; in print_debug_macinfo_section() local
10076 if (dwarf_formudata (&attr, &macoff) != 0) in print_debug_macinfo_section()
10081 newp->offset = macoff; in print_debug_macinfo_section()
10165 size_t macoff = readp - (const unsigned char *) data->d_buf; in print_debug_macinfo_section() local
10167 if (macoff >= cus[0].offset && cus[0].offset != data->d_size) in print_debug_macinfo_section()
10169 while (macoff >= cus[1].offset && cus[1].offset != data->d_size) in print_debug_macinfo_section()
DChangeLog2229 as -1 non-existent. Check macoff against sentinel cus.