HomeSort by: relevance | last modified time | path
    Searched refs:EH (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
yaml2obj.h 53 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH);
54 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
55 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH,
57 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH);
59 ErrorHandler EH);
60 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-x86.h 124 #define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \
125 ((EH)->elf.root.type == bfd_link_hash_undefweak \
126 && (SYMBOL_REFERENCES_LOCAL_P ((INFO), &(EH)->elf) \
128 && (EH)->zero_undefweak > 0)))
133 #define SYMBOL_NO_COPYRELOC(INFO, EH) \
134 ((EH)->def_protected \
135 && ((EH)->elf.root.type == bfd_link_hash_defined \
136 || (EH)->elf.root.type == bfd_link_hash_defweak) \
137 && ((EH)->elf.root.u.def.section->owner->flags & DYNAMIC) != 0 \
138 && ((EH)->elf.root.u.def.section->flags & SEC_CODE) == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-x86.h 127 #define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \
128 ((EH)->elf.root.type == bfd_link_hash_undefweak \
129 && (SYMBOL_REFERENCES_LOCAL_P ((INFO), &(EH)->elf) \
131 && (EH)->zero_undefweak > 0)))
136 #define SYMBOL_NO_COPYRELOC(INFO, EH) \
137 ((EH)->def_protected \
138 && ((EH)->elf.root.type == bfd_link_hash_defined \
139 || (EH)->elf.root.type == bfd_link_hash_defweak) \
140 && ((EH)->elf.root.u.def.section->owner->flags & DYNAMIC) != 0 \
141 && ((EH)->elf.root.u.def.section->flags & SEC_CODE) == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-x86.h 127 #define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \
128 ((EH)->elf.root.type == bfd_link_hash_undefweak \
129 && (SYMBOL_REFERENCES_LOCAL_P ((INFO), &(EH)->elf) \
131 && (EH)->zero_undefweak > 0)))
136 #define SYMBOL_NO_COPYRELOC(INFO, EH) \
137 ((EH)->def_protected \
138 && ((EH)->elf.root.type == bfd_link_hash_defined \
139 || (EH)->elf.root.type == bfd_link_hash_defweak) \
140 && ((EH)->elf.root.u.def.section->owner->flags & DYNAMIC) != 0 \
141 && ((EH)->elf.root.u.def.section->flags & SEC_CODE) == 0
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-x86.h 127 #define UNDEFINED_WEAK_RESOLVED_TO_ZERO(INFO, EH) \
128 ((EH)->elf.root.type == bfd_link_hash_undefweak \
129 && (SYMBOL_REFERENCES_LOCAL_P ((INFO), &(EH)->elf) \
131 && (EH)->zero_undefweak > 0)))
136 #define SYMBOL_NO_COPYRELOC(INFO, EH) \
137 ((EH)->def_protected \
138 && ((EH)->elf.root.type == bfd_link_hash_defined \
139 || (EH)->elf.root.type == bfd_link_hash_defweak) \
140 && ((EH)->elf.root.u.def.section->owner->flags & DYNAMIC) != 0 \
141 && ((EH)->elf.root.u.def.section->flags & SEC_CODE) == 0
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
tavl.c 79 r->avl_bf = EH;
105 q->avl_bf = EH;
131 if ( s->avl_bf == EH ) {
135 s->avl_bf = EH;
329 if ( p->avl_bf == EH ) {
336 p->avl_bf = EH;
345 if ( q->avl_bf == EH ) {
368 q->avl_bf = EH;
369 p->avl_bf = EH;
393 p->avl_bf = EH;
    [all...]
avl.c 90 r->avl_bf = EH;
115 q->avl_bf = EH;
139 if ( s->avl_bf == EH ) {
143 s->avl_bf = EH;
284 if ( p->avl_bf == EH ) {
291 p->avl_bf = EH;
300 if ( q->avl_bf == EH ) {
313 q->avl_bf = EH;
314 p->avl_bf = EH;
327 p->avl_bf = EH;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ArchiveEmitter.cpp 20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) {
ELFEmitter.cpp 299 ELFState(ELFYAML::Object &D, yaml::ErrorHandler EH);
313 yaml::ErrorHandler EH, uint64_t MaxSize);
328 ELFState<ELFT>::ELFState(ELFYAML::Object &D, yaml::ErrorHandler EH)
329 : Doc(D), ErrHandler(EH) {
1877 yaml::ErrorHandler EH, uint64_t MaxSize) {
1878 ELFState<ELFT> State(Doc, EH);
1942 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH,
1948 return ELFState<object::ELF64LE>::writeELF(Out, Doc, EH, MaxSize);
1949 return ELFState<object::ELF64BE>::writeELF(Out, Doc, EH, MaxSize);
1952 return ELFState<object::ELF32LE>::writeELF(Out, Doc, EH, MaxSize)
    [all...]
WasmEmitter.cpp 28 WasmWriter(WasmYAML::Object &Obj, yaml::ErrorHandler EH)
29 : Obj(Obj), ErrHandler(EH) {}
682 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) {
683 WasmWriter Writer(Doc, EH);
  /src/external/gpl3/gcc/dist/gcc/
cfg-flags.def 125 EH edges also have ABNORMAL set for the RTL CFG. */
126 DEF_EDGE_FLAG(EH, 3)
  /src/external/gpl3/gcc.old/dist/gcc/
cfg-flags.def 125 EH edges also have ABNORMAL set for the RTL CFG. */
126 DEF_EDGE_FLAG(EH, 3)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 39 EHFrameRelatedSections(SID EH, SID T, SID Ex)
40 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
46 // When a module is loaded we save the SectionID of the EH frame section
48 // EH frame sections with the memory manager.
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
named.conf.j2 87 match-clients { geoip db country country EH; };
named2.conf.j2 44 acl gEH { geoip db country country EH; };
  /src/usr.sbin/paxctl/
paxctl.c 191 #define EH(field) (size == 32 ? SWAP(e.h32.field) : SWAP(e.h64.field))
237 for (i = 0; i < EH(e_shnum); i++) {
239 (off_t)EH(e_shoff) + i * SHSIZE) != SHSIZE) {
  /src/external/bsd/ppp/dist/pppd/plugins/pppoe/
common.c 201 #define EH(x) (x)[0], (x)[1], (x)[2], (x)[3], (x)[4], (x)[5]
246 printer(arg, " dst %02x:%02x:%02x:%02x:%02x:%02x ", EH(packet->ethHdr.h_dest));
247 printer(arg, " src %02x:%02x:%02x:%02x:%02x:%02x\n", EH(packet->ethHdr.h_source));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 43 assert(CFISecType != AsmPrinter::CFISection::EH &&
44 "non-EH CFI not yet supported in prologue with EHABI lowering");
DwarfCFIException.cpp 92 // If any landing pads survive, we need an EH table.
146 CFISecType == AsmPrinter::CFISection::EH, true);
  /src/external/bsd/openldap/dist/include/
ldap_avl.h 68 #define EH 0
71 #define avl_bf2str(bf) ((bf) == -1 ? "LH" : (bf) == 0 ? "EH" : (bf) == 1 ? "RH" : "(unknown)" )
  /src/external/bsd/elftoolchain/dist/libelf/
elf_scn.c 70 #define CHECK_EHDR(E,EH) do { \
73 fsz != (EH)->e_shentsize || \
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 42 X86, /// Windows x86, uses no CFI, just EH tables
156 // Print the EH begin symbol with an assignment. Defaults to false.
753 void setExceptionsType(ExceptionHandling EH) {
754 ExceptionsType = EH;
MCObjectStreamer.h 74 void emitCFISections(bool EH, bool Debug) override;
  /src/share/terminfo/
terminfo 347 cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[3g,
502 hpa=\E[%i%p1%dG, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
591 hts=\EH, il1=\E[L, ind=\n, kbs=^H, kcub1=\E[D, kcud1=\E[B,
835 cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, el1=\Eo, home=\EH, ht=^I,
841 kf9=\EX, khlp=\EH, khome=\EE, kich1=\EI, knp=\Eb, kpp=\Ea,
855 hts=\EH, ich=\E[%p1%d@, il1=\EL, ind=\n, is2=\E<\E)0, kbs=^H,
860 kf8=\EOW, kf9=\EOX, khlp=\EH, khome=\E\EE, kich1=\EI,
873 sgr0=\E[m, smacs=^N, smcup=\E[?7l, smir=\Eh,
882 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL,
887 kf6=\EU, kf7=\EV, kf8=\EW, kf9=\EX, khlp=\EH, khome=\EE
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp 221 void MCObjectStreamer::emitCFISections(bool EH, bool Debug) {
222 MCStreamer::emitCFISections(EH, Debug);
223 EmitEHFrame = EH;

Completed in 74 milliseconds

1 2