section_addr     3158 kernel/module.c 	mod->crcs = section_addr(info, "__kcrctab");
section_addr     3162 kernel/module.c 	mod->gpl_crcs = section_addr(info, "__kcrctab_gpl");
section_addr     3167 kernel/module.c 	mod->gpl_future_crcs = section_addr(info, "__kcrctab_gpl_future");
section_addr     3173 kernel/module.c 	mod->unused_crcs = section_addr(info, "__kcrctab_unused");
section_addr     3177 kernel/module.c 	mod->unused_gpl_crcs = section_addr(info, "__kcrctab_unused_gpl");
section_addr     3243 kernel/module.c 	if (section_addr(info, "__obsparm"))
section_addr       50 sound/firewire/dice/dice-extension.c static inline int read_transaction(struct snd_dice *dice, u64 section_addr,
section_addr       56 sound/firewire/dice/dice-extension.c 				  section_addr + offset, buf, len, 0);
section_addr       59 sound/firewire/dice/dice-extension.c static int read_stream_entries(struct snd_dice *dice, u64 section_addr,
section_addr       72 sound/firewire/dice/dice-extension.c 		err = read_transaction(dice, section_addr,
section_addr       84 sound/firewire/dice/dice-extension.c static int detect_stream_formats(struct snd_dice *dice, u64 section_addr)
section_addr      112 sound/firewire/dice/dice-extension.c 		err = read_transaction(dice, section_addr,
section_addr      120 sound/firewire/dice/dice-extension.c 		err = read_stream_entries(dice, section_addr, base_offset,
section_addr      129 sound/firewire/dice/dice-extension.c 		err = read_stream_entries(dice, section_addr, base_offset,
section_addr      144 sound/firewire/dice/dice-extension.c 	u64 section_addr;
section_addr      170 sound/firewire/dice/dice-extension.c 	section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4;
section_addr      171 sound/firewire/dice/dice-extension.c 	err = detect_stream_formats(dice, section_addr);