Searched defs:sect_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2630 uint32_t sect_offset = (Pc + Offset) - sect_addr; local
2742 uint64_t sect_offset = (Pc + Offset) - sect_addr; local
2808 uint32_t sect_offset = (Pc + Offset) - sect_addr; local
2945 uint64_t sect_offset = (Pc + Offset) - sect_addr; local
3025 uint64_t sect_offset = ReferenceValue - Sec.addr; local
3046 uint64_t sect_offset = ReferenceValue - Sec.addr; local
3235 uint64_t sect_offset = ReferenceValue - Sec.addr; local
3327 get_symbol_64(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, uint64_t &n_value, uint64_t ReferenceValue = 0) argument
3385 get_symbol_32(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, uint32_t ReferenceValue) argument
6885 uint64_t sect_offset = ReferencePC - sect_addr; local
[all...]

Completed in 182 milliseconds