Home
last modified time | relevance | path

Searched refs:get_offsets (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getpubnames.c44 get_offsets (Dwarf *dbg) in get_offsets() function
163 if (dbg->pubnames_nsets == 0 && unlikely (get_offsets (dbg) != 0)) in dwarf_getpubnames()
DChangeLog111 * dwarf_getpubnames.c (get_offsets): Remove casts of realloc return
1356 * dwarf_getpubnames.c (get_offsets): Always free mem on error.
1557 * dwarf_getpubnames.c (get_offsets): Make sure whole unit fall inside
2201 * dwarf_getpubnames.c (get_offsets): Adjust __libdw_read_offset call.
2789 * dwarf_getpubnames.c (get_offsets): Likewise.
2910 (get_offsets): Use the new definitions.
2920 * dwarf_getpubnames (get_offsets): Replace assertion with test and
/external/angle/src/compiler/translator/
Dgen_builtin_symbols.py859 def get_offsets(self): member in GroupedList
2158 '\n'.join(mangled_builtins.get_offsets()),