Home
last modified time | relevance | path

Searched refs:AddressSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h145 static unsigned AddressSizeInBytes(const uint8_t *magic);
H A DELFHeader.cpp161 unsigned ELFHeader::AddressSizeInBytes(const uint8_t *magic) { in AddressSizeInBytes() function in ELFHeader
H A DObjectFileELF.cpp407 unsigned address_size = ELFHeader::AddressSizeInBytes(magic); in CreateInstance()
425 unsigned address_size = ELFHeader::AddressSizeInBytes(magic); in CreateMemoryInstance()