Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/file/
Dreadelf.c57 private uint32_t getu32(int, uint32_t);
80 getu32(int swap, uint32_t value) in getu32() function
132 ? getu32(swap, sh32.sh_type) \
133 : getu32(swap, sh64.sh_type))
141 ? getu32(swap, ph32.p_type) \
142 : getu32(swap, ph64.p_type))
144 ? getu32(swap, ph32.p_offset) \
148 getu32(swap, ph32.p_align) : 4) \
155 ? getu32(swap, nh32.n_type) \
156 : getu32(swap, nh64.n_type))
[all …]