Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:sh_entsize

166     return checkDRI({Obj->base() + S->sh_offset, S->sh_size, S->sh_entsize});
2678 EntrySize = to_string(format_hex_no_prefix(Sec.sh_entsize, 2));
3366 W.printNumber("EntrySize", Sec.sh_entsize);