Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Ddwflsyms.c134 GElf_Sym isym; in list_syms() local
135 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp, in list_syms()
143 assert (sym.st_value == isym.st_value in list_syms()
144 || sym.st_value == isym.st_value + bias in list_syms()
185 if (value != isym.st_value + bias && ehdr.e_type != ET_REL) in list_syms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h741 uint32_t isym:24, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h755 uint32_t isym : 24, flags : 8; member