Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Ddfx_symbols.h33 uint16_t ndx; member
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_elf.cpp197 info.ndx = sym.st_shndx; in ReadSectionHeaders()
223 if (symbol.ndx == SHN_UNDEF || ELF32_ST_TYPE(symbol.type) != STT_FUNC) { in GetFuncNameAndOffset()
249 if (symbol.ndx == SHN_UNDEF || ELF32_ST_TYPE(symbol.type) != STT_FUNC) { in GetFuncNameAndOffset()
274 if (symbol.ndx == SHN_UNDEF || ELF32_ST_TYPE(symbol.type) != STT_OBJECT || in GetGlobalVariableOffset()