You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to update a location list present in a relocatable object file. I noticed that gimli::write::LocationListTable only has an add() method. I am able to add a new location list with this interface. But, I don't see an interface to get a mutable location list for an offset from this LocationListTable, which we can update.
I also searched for a way to get a readable instance of Location List and then convert it into a writable form, but couldn't find such interface. (I can get LocListIter with gimli::read::Dwarf::attr_locations(), but only for reading)
Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to update a location list present in a relocatable object file. I noticed that
gimli::write::LocationListTable
only has anadd()
method. I am able to add a new location list with this interface. But, I don't see an interface to get a mutable location list for an offset from this LocationListTable, which we can update.I also searched for a way to get a readable instance of Location List and then convert it into a writable form, but couldn't find such interface. (I can get
LocListIter
withgimli::read::Dwarf::attr_locations()
, but only for reading)Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: