Home
last modified time | relevance | path

Searched refs:aug (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DEhFrame.cpp145 StringRef aug = readString(); in getAugmentation() local
157 return aug; in getAugmentation()
164 StringRef aug = getAugmentation(); in getFdeEncoding() local
165 for (char c : aug) { in getFdeEncoding()
175 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in getFdeEncoding()
181 StringRef aug = getAugmentation(); in hasLSDA() local
182 for (char c : aug) { in hasLSDA()
192 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in hasLSDA()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2.c281 const unsigned char *aug = cie->augmentation; in extract_cie_info() local
282 const unsigned char *p = aug + strlen (aug) + 1; in extract_cie_info()
288 if (aug[0] == 'e' && aug[1] == 'h') in extract_cie_info()
292 aug += 2; in extract_cie_info()
305 if (*aug == 'z') in extract_cie_info()
311 ++aug; in extract_cie_info()
315 while (*aug != '\0') in extract_cie_info()
318 if (aug[0] == 'L') in extract_cie_info()
321 aug += 1; in extract_cie_info()
325 else if (aug[0] == 'R') in extract_cie_info()
[all …]
H A Dunwind-dw2-fde.c265 const unsigned char *aug, *p; in get_cie_encoding() local
270 aug = cie->augmentation; in get_cie_encoding()
271 if (aug[0] != 'z') in get_cie_encoding()
274 p = aug + strlen (aug) + 1; /* Skip the augmentation string. */ in get_cie_encoding()
279 aug++; /* Skip 'z' */ in get_cie_encoding()
284 if (*aug == 'R') in get_cie_encoding()
287 else if (*aug == 'P') in get_cie_encoding()
295 else if (*aug == 'L') in get_cie_encoding()
300 aug++; in get_cie_encoding()
/openbsd-src/gnu/gcc/gcc/
H A Dunwind-dw2.c376 const unsigned char *aug = cie->augmentation; in extract_cie_info() local
377 const unsigned char *p = aug + strlen ((const char *)aug) + 1; in extract_cie_info()
383 if (aug[0] == 'e' && aug[1] == 'h') in extract_cie_info()
387 aug += 2; in extract_cie_info()
403 if (*aug == 'z') in extract_cie_info()
409 ++aug; in extract_cie_info()
413 while (*aug != '\0') in extract_cie_info()
416 if (aug[0] == 'L') in extract_cie_info()
419 aug += 1; in extract_cie_info()
423 else if (aug[0] == 'R') in extract_cie_info()
[all …]
H A Dunwind-dw2-fde.c267 const unsigned char *aug, *p; in get_cie_encoding() local
272 aug = cie->augmentation; in get_cie_encoding()
273 if (aug[0] != 'z') in get_cie_encoding()
276 p = aug + strlen ((const char *)aug) + 1; /* Skip the augmentation string. */ in get_cie_encoding()
284 aug++; /* Skip 'z' */ in get_cie_encoding()
289 if (*aug == 'R') in get_cie_encoding()
292 else if (*aug == 'P') in get_cie_encoding()
300 else if (*aug == 'L') in get_cie_encoding()
305 aug++; in get_cie_encoding()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-eh-frame.c530 char *aug; in _bfd_elf_discard_section_eh_frame() local
633 aug = cie->augmentation; in _bfd_elf_discard_section_eh_frame()
634 if (aug[0] != 'e' || aug[1] != 'h') in _bfd_elf_discard_section_eh_frame()
636 if (*aug == 'z') in _bfd_elf_discard_section_eh_frame()
638 aug++; in _bfd_elf_discard_section_eh_frame()
643 while (*aug != '\0') in _bfd_elf_discard_section_eh_frame()
644 switch (*aug++) in _bfd_elf_discard_section_eh_frame()
1239 char *aug; in _bfd_elf_write_section_eh_frame() local
1253 aug = (char *) buf; in _bfd_elf_write_section_eh_frame()
1254 buf += strlen (aug) + 1; in _bfd_elf_write_section_eh_frame()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf-eh-frame.c304 unsigned char *aug; in _bfd_elf_discard_section_eh_frame() local
442 aug = cie.augmentation; in _bfd_elf_discard_section_eh_frame()
443 if (aug[0] != 'e' || aug[1] != 'h') in _bfd_elf_discard_section_eh_frame()
445 if (*aug == 'z') in _bfd_elf_discard_section_eh_frame()
447 aug++; in _bfd_elf_discard_section_eh_frame()
452 while (*aug != '\0') in _bfd_elf_discard_section_eh_frame()
453 switch (*aug++) in _bfd_elf_discard_section_eh_frame()
587 aug = buf; in _bfd_elf_discard_section_eh_frame()
593 sec_info->entry[sec_info->count].lsda_offset = (buf - aug); in _bfd_elf_discard_section_eh_frame()
866 unsigned char *aug; in _bfd_elf_write_section_eh_frame() local
[all …]
/openbsd-src/regress/usr.bin/sort/
H A Dstests725 aug 1~ 1990
726 aug 11 1990
748 aug 1~ 1990
749 aug 11 1990
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp328 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE() local
329 switch (aug) { in ParseCIE()
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/
H A DChanges625 2.72 Tue aug 21 2012
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1233 StringRef aug = reader.readString(&off); in parseCIE() local
1239 for (char c : aug) { in parseCIE()
/openbsd-src/usr.bin/awk/
H A DFIXES.1e1304 since it didn't quite work right anyway. (restored aug 2)
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog736 30 aug 2023, with the fix from 25 aug, fix compile on NetBSD
7363 - trunk has 1.4.19 under development (fixes from 1 aug and 31 july