Searched defs:augmentation (Results 1 - 5 of 5) sorted by relevance
/external/lldb/include/lldb/Symbol/ |
H A D | DWARFCallFrameInfo.h | 87 char augmentation[CFI_AUG_MAX_SIZE]; // This is typically empty or very short. member in struct:lldb_private::DWARFCallFrameInfo::CIE
|
/external/elfutils/0.153/libdw/ |
H A D | libdw.h | 200 we did not understand the whole augmentation string and it did 201 not use 'z', then there might be more augmentation data here 210 const char *augmentation; /* Augmentation string. */ member in struct:__anon20380 213 we understood the augmentation string sufficiently. */ 229 and checking its augmentation string. Here follows the encoded 230 initial_location and address_range, then any augmentation data, 233 When the CIE augmentation string uses 'z', the augmentation data is 235 augmentation string completely, fde_augmentation_data_size gives 236 the number of bytes of augmentation dat [all...] |
/external/elfutils/elfutils/ |
H A D | libdw.h | 200 we did not understand the whole augmentation string and it did 201 not use 'z', then there might be more augmentation data here 210 const char *augmentation; /* Augmentation string. */ member in struct:__anon20524 213 we understood the augmentation string sufficiently. */ 229 and checking its augmentation string. Here follows the encoded 230 initial_location and address_range, then any augmentation data, 233 When the CIE augmentation string uses 'z', the augmentation data is 235 augmentation string completely, fde_augmentation_data_size gives 236 the number of bytes of augmentation dat [all...] |
/external/qemu/tcg/ |
H A D | tcg.c | 76 char augmentation[1]; member in struct:__anon29315
|
/external/elfutils/0.153/src/ |
H A D | readelf.c | 5214 const char *augmentation; member in struct:cieinfo 5285 const char *const augmentation = (const char *) readp; local 5306 if (strcmp (augmentation, "eh") == 0) 5319 " augmentation: \"%s\"\n", 5321 version, augmentation); 5332 if (augmentation[0] == 'z') 5338 error (1, 0, gettext ("invalid augmentation length")); 5341 const char *cp = augmentation + 1; 5399 newp->augmentation = augmentation; [all...] |
Completed in 222 milliseconds