Home
last modified time | relevance | path

Searched refs:DynamicValueRelocTableSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp803 offsetof(coff_load_configuration64, DynamicValueRelocTableSection) + in initLoadConfigPtr()
804 sizeof(Config->DynamicValueRelocTableSection)) in initLoadConfigPtr()
805 if (Error E = initDynamicRelocPtr(Config->DynamicValueRelocTableSection, in initLoadConfigPtr()
811 offsetof(coff_load_configuration32, DynamicValueRelocTableSection) + in initLoadConfigPtr()
812 sizeof(Config->DynamicValueRelocTableSection)) { in initLoadConfigPtr()
813 if (Error E = initDynamicRelocPtr(Config->DynamicValueRelocTableSection, in initLoadConfigPtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h659 support::ulittle16_t DynamicValueRelocTableSection; member
717 support::ulittle16_t DynamicValueRelocTableSection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp633 MCase(DynamicValueRelocTableSection); in mapLoadConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp2922 IF_CONTAINS(DynamicValueRelocTableSection) { in prepareLoadConfig()
2923 loadConfig->DynamicValueRelocTableSection = relocSec->sectionIndex; in prepareLoadConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1096 Conf->DynamicValueRelocTableSection); in printCOFFLoadConfig()