Home
last modified time | relevance | path

Searched defs:DYNAMIC_TAG (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp524 #define DYNAMIC_TAG(n, v) in getDynamicTagAsString() macro
585 #define DYNAMIC_TAG(name, value) case value: return #name; in getDynamicTagAsString() macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp966 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1548 #define DYNAMIC_TAG(name, value) DT_##name = value, macro