File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -506,10 +506,10 @@ BPF_IMM | BPF_DW | BPF_LD 0x18 0x06 dst = mva(map_by_idx(imm)) + next_imm
506506
507507where
508508
509- * map_by_fd(fd) means to convert a 32-bit POSIX file descriptor into an address of a map object
509+ * map_by_fd(fd) means to convert a 32-bit POSIX file descriptor into an address of a map object (see ` Map objects `_)
510510* map_by_index(index) means to convert a 32-bit index into an address of a map object
511511* mva(map) gets the address of the memory region expressed by a given map object
512- * variable_addr(id) gets the address of a variable with a given id
512+ * variable_addr(id) gets the address of a variable (see ` Variables `_) with a given id
513513* code_addr(offset) gets the address of the instruction at a specified relative offset in units of 64-bit blocks
514514* the 'imm type' can be used by disassemblers for display
515515* the 'dst type' can be used for verification and JIT compilation purposes
You can’t perform that action at this time.
0 commit comments